diff --git a/lusid.json b/lusid.json index 3947d688ec4..18f7033a9eb 100644 --- a/lusid.json +++ b/lusid.json @@ -9,7 +9,7 @@ "url": "https://www.finbourne.com", "email": "info@finbourne.com" }, - "version": "2.0.882", + "version": "2.0.890", "x-logo": { "url": "https://www.lusid.com/app/assets/logo_white.png", "backgroundColor": "#415464" @@ -103426,6 +103426,9 @@ "description": "The as-at datetime at which properties were deleted.", "format": "date-time" }, + "stagedModifications": { + "$ref": "#/components/schemas/StagedModificationsInfo" + }, "links": { "type": "array", "items": { @@ -103483,6 +103486,15 @@ "description": "The as-at datetime at which the instrument was deleted.", "format": "date-time" }, + "staged": { + "type": "object", + "additionalProperties": { + "$ref": "#/components/schemas/StagedModificationsInfo" + }, + "description": "Information about the pending staged modifications for the current entity.", + "nullable": true, + "readOnly": true + }, "links": { "type": "array", "items": { diff --git a/sdk/api/addressKeyDefinitionApi.ts b/sdk/api/addressKeyDefinitionApi.ts index dd1662efd35..ac04e10fea4 100644 --- a/sdk/api/addressKeyDefinitionApi.ts +++ b/sdk/api/addressKeyDefinitionApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/aggregationApi.ts b/sdk/api/aggregationApi.ts index b713c81b2cc..d2b0e396165 100644 --- a/sdk/api/aggregationApi.ts +++ b/sdk/api/aggregationApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/allocationsApi.ts b/sdk/api/allocationsApi.ts index 45811c752c2..2ce70aede68 100644 --- a/sdk/api/allocationsApi.ts +++ b/sdk/api/allocationsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/applicationMetadataApi.ts b/sdk/api/applicationMetadataApi.ts index 95bdc269843..b27d2f7bc26 100644 --- a/sdk/api/applicationMetadataApi.ts +++ b/sdk/api/applicationMetadataApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/blocksApi.ts b/sdk/api/blocksApi.ts index 31b306f6e4d..82db3263434 100644 --- a/sdk/api/blocksApi.ts +++ b/sdk/api/blocksApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/calendarsApi.ts b/sdk/api/calendarsApi.ts index e5af7d45cf5..f0dc6650ce6 100644 --- a/sdk/api/calendarsApi.ts +++ b/sdk/api/calendarsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/complexMarketDataApi.ts b/sdk/api/complexMarketDataApi.ts index a954ca3d743..0dfc12647f5 100644 --- a/sdk/api/complexMarketDataApi.ts +++ b/sdk/api/complexMarketDataApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/complianceApi.ts b/sdk/api/complianceApi.ts index d44807991c3..8e8238115f7 100644 --- a/sdk/api/complianceApi.ts +++ b/sdk/api/complianceApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/configurationRecipeApi.ts b/sdk/api/configurationRecipeApi.ts index 1672ec0c77d..ceef5c3c4fd 100644 --- a/sdk/api/configurationRecipeApi.ts +++ b/sdk/api/configurationRecipeApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/corporateActionSourcesApi.ts b/sdk/api/corporateActionSourcesApi.ts index 361c0821ea6..75b031fd509 100644 --- a/sdk/api/corporateActionSourcesApi.ts +++ b/sdk/api/corporateActionSourcesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/counterpartiesApi.ts b/sdk/api/counterpartiesApi.ts index d16a2c50a13..61b7dcd5bee 100644 --- a/sdk/api/counterpartiesApi.ts +++ b/sdk/api/counterpartiesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/customEntitiesApi.ts b/sdk/api/customEntitiesApi.ts index 1b0955830ab..99b9b34e2f8 100644 --- a/sdk/api/customEntitiesApi.ts +++ b/sdk/api/customEntitiesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/customEntityDefinitionsApi.ts b/sdk/api/customEntityDefinitionsApi.ts index 5aa69c2b86c..81cbebe79ef 100644 --- a/sdk/api/customEntityDefinitionsApi.ts +++ b/sdk/api/customEntityDefinitionsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/customEntityTypesApi.ts b/sdk/api/customEntityTypesApi.ts index 9fa463f87bc..e15ead0e566 100644 --- a/sdk/api/customEntityTypesApi.ts +++ b/sdk/api/customEntityTypesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/cutLabelDefinitionsApi.ts b/sdk/api/cutLabelDefinitionsApi.ts index 3cc761d214c..1d1f4108bcc 100644 --- a/sdk/api/cutLabelDefinitionsApi.ts +++ b/sdk/api/cutLabelDefinitionsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/dataTypesApi.ts b/sdk/api/dataTypesApi.ts index 3084c9043eb..5375b0126f7 100644 --- a/sdk/api/dataTypesApi.ts +++ b/sdk/api/dataTypesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/derivedTransactionPortfoliosApi.ts b/sdk/api/derivedTransactionPortfoliosApi.ts index 7a2a622f40c..2c6bdba5720 100644 --- a/sdk/api/derivedTransactionPortfoliosApi.ts +++ b/sdk/api/derivedTransactionPortfoliosApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/entitiesApi.ts b/sdk/api/entitiesApi.ts index 682287bbd2c..5434add0696 100644 --- a/sdk/api/entitiesApi.ts +++ b/sdk/api/entitiesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/executionsApi.ts b/sdk/api/executionsApi.ts index 7ad9ea14c11..b3a1a707ee3 100644 --- a/sdk/api/executionsApi.ts +++ b/sdk/api/executionsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/instrumentEventsApi.ts b/sdk/api/instrumentEventsApi.ts index 61a8dc38186..fca4ceef082 100644 --- a/sdk/api/instrumentEventsApi.ts +++ b/sdk/api/instrumentEventsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/instrumentsApi.ts b/sdk/api/instrumentsApi.ts index ea5129f1a9b..36ded6141a4 100644 --- a/sdk/api/instrumentsApi.ts +++ b/sdk/api/instrumentsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/legalEntitiesApi.ts b/sdk/api/legalEntitiesApi.ts index bf3a04f8628..22cbcf8b205 100644 --- a/sdk/api/legalEntitiesApi.ts +++ b/sdk/api/legalEntitiesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/orderGraphApi.ts b/sdk/api/orderGraphApi.ts index 9eee50340cc..c0058212817 100644 --- a/sdk/api/orderGraphApi.ts +++ b/sdk/api/orderGraphApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/orderManagementApi.ts b/sdk/api/orderManagementApi.ts index abe546f6809..4b8356b23ae 100644 --- a/sdk/api/orderManagementApi.ts +++ b/sdk/api/orderManagementApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/ordersApi.ts b/sdk/api/ordersApi.ts index bf5a30b2773..f5e8610430c 100644 --- a/sdk/api/ordersApi.ts +++ b/sdk/api/ordersApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/participationsApi.ts b/sdk/api/participationsApi.ts index e737a3a17ec..24db0d64d93 100644 --- a/sdk/api/participationsApi.ts +++ b/sdk/api/participationsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/personsApi.ts b/sdk/api/personsApi.ts index 07246419024..9eab0de977f 100644 --- a/sdk/api/personsApi.ts +++ b/sdk/api/personsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/placementsApi.ts b/sdk/api/placementsApi.ts index 17dc920ff4f..5abac4ec47a 100644 --- a/sdk/api/placementsApi.ts +++ b/sdk/api/placementsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/portfolioGroupsApi.ts b/sdk/api/portfolioGroupsApi.ts index bddf1567426..7c32020f226 100644 --- a/sdk/api/portfolioGroupsApi.ts +++ b/sdk/api/portfolioGroupsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/portfoliosApi.ts b/sdk/api/portfoliosApi.ts index aeaf7f9e440..01ee72d89bd 100644 --- a/sdk/api/portfoliosApi.ts +++ b/sdk/api/portfoliosApi.ts @@ -3,7 +3,7 @@ import { PropertyValue } from '../model/propertyValue'; * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/propertyDefinitionsApi.ts b/sdk/api/propertyDefinitionsApi.ts index d55a6496bfc..33c39873c09 100644 --- a/sdk/api/propertyDefinitionsApi.ts +++ b/sdk/api/propertyDefinitionsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/queryableKeysApi.ts b/sdk/api/queryableKeysApi.ts index f5a21fab135..f75cb19cf53 100644 --- a/sdk/api/queryableKeysApi.ts +++ b/sdk/api/queryableKeysApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/quotesApi.ts b/sdk/api/quotesApi.ts index 9c161d89ad5..fe921376bbc 100644 --- a/sdk/api/quotesApi.ts +++ b/sdk/api/quotesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/reconciliationsApi.ts b/sdk/api/reconciliationsApi.ts index 34025ee2d80..6281d047505 100644 --- a/sdk/api/reconciliationsApi.ts +++ b/sdk/api/reconciliationsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/referenceListsApi.ts b/sdk/api/referenceListsApi.ts index 3c34bb3bed1..117be32d9e3 100644 --- a/sdk/api/referenceListsApi.ts +++ b/sdk/api/referenceListsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/referencePortfolioApi.ts b/sdk/api/referencePortfolioApi.ts index 3d253a06011..eed05a7e0cc 100644 --- a/sdk/api/referencePortfolioApi.ts +++ b/sdk/api/referencePortfolioApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/relationshipDefinitionsApi.ts b/sdk/api/relationshipDefinitionsApi.ts index aac0a0e0da7..f6ca2ef0673 100644 --- a/sdk/api/relationshipDefinitionsApi.ts +++ b/sdk/api/relationshipDefinitionsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/relationshipsApi.ts b/sdk/api/relationshipsApi.ts index 401337ef31f..d5f517651e9 100644 --- a/sdk/api/relationshipsApi.ts +++ b/sdk/api/relationshipsApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/schemasApi.ts b/sdk/api/schemasApi.ts index 29fd35955e6..73c31e36e79 100644 --- a/sdk/api/schemasApi.ts +++ b/sdk/api/schemasApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/scopesApi.ts b/sdk/api/scopesApi.ts index 82cd1bce399..47274967fa5 100644 --- a/sdk/api/scopesApi.ts +++ b/sdk/api/scopesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/scriptedTranslationApi.ts b/sdk/api/scriptedTranslationApi.ts index 6540c529a23..815fa57d268 100644 --- a/sdk/api/scriptedTranslationApi.ts +++ b/sdk/api/scriptedTranslationApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/searchApi.ts b/sdk/api/searchApi.ts index 9f828be76a8..9e7a92fe6a6 100644 --- a/sdk/api/searchApi.ts +++ b/sdk/api/searchApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/sequencesApi.ts b/sdk/api/sequencesApi.ts index 5cc686ea03f..3be0b7f1608 100644 --- a/sdk/api/sequencesApi.ts +++ b/sdk/api/sequencesApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/structuredResultDataApi.ts b/sdk/api/structuredResultDataApi.ts index fbf6be99af2..5f700f343af 100644 --- a/sdk/api/structuredResultDataApi.ts +++ b/sdk/api/structuredResultDataApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/systemConfigurationApi.ts b/sdk/api/systemConfigurationApi.ts index 1d2a1819293..f8c2d389f25 100644 --- a/sdk/api/systemConfigurationApi.ts +++ b/sdk/api/systemConfigurationApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/transactionConfigurationApi.ts b/sdk/api/transactionConfigurationApi.ts index b45fb2c6dc1..20a09653ba3 100644 --- a/sdk/api/transactionConfigurationApi.ts +++ b/sdk/api/transactionConfigurationApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/api/transactionPortfoliosApi.ts b/sdk/api/transactionPortfoliosApi.ts index 7d49a130af7..8053c2fcba8 100644 --- a/sdk/api/transactionPortfoliosApi.ts +++ b/sdk/api/transactionPortfoliosApi.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/a2BBreakdown.ts b/sdk/model/a2BBreakdown.ts index 259eac8c5ed..32a98a43943 100644 --- a/sdk/model/a2BBreakdown.ts +++ b/sdk/model/a2BBreakdown.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/a2BCategory.ts b/sdk/model/a2BCategory.ts index 52cf3760a16..95c7c8edceb 100644 --- a/sdk/model/a2BCategory.ts +++ b/sdk/model/a2BCategory.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/a2BDataRecord.ts b/sdk/model/a2BDataRecord.ts index 9e70d5ae437..3ecb0943a58 100644 --- a/sdk/model/a2BDataRecord.ts +++ b/sdk/model/a2BDataRecord.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/a2BMovementRecord.ts b/sdk/model/a2BMovementRecord.ts index a8313578c5a..c5f32325ee5 100644 --- a/sdk/model/a2BMovementRecord.ts +++ b/sdk/model/a2BMovementRecord.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/accessControlledAction.ts b/sdk/model/accessControlledAction.ts index e5e82ac6265..1980bee5166 100644 --- a/sdk/model/accessControlledAction.ts +++ b/sdk/model/accessControlledAction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/accessControlledResource.ts b/sdk/model/accessControlledResource.ts index 8e70afb46b9..c954ee1242a 100644 --- a/sdk/model/accessControlledResource.ts +++ b/sdk/model/accessControlledResource.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/accessMetadataOperation.ts b/sdk/model/accessMetadataOperation.ts index 9d3aee69cd7..4f4f04678c7 100644 --- a/sdk/model/accessMetadataOperation.ts +++ b/sdk/model/accessMetadataOperation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/accessMetadataValue.ts b/sdk/model/accessMetadataValue.ts index 0c668cb8d89..73ecfdc14c6 100644 --- a/sdk/model/accessMetadataValue.ts +++ b/sdk/model/accessMetadataValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/accumulationEvent.ts b/sdk/model/accumulationEvent.ts index daf7a8e6db7..d147fe972df 100644 --- a/sdk/model/accumulationEvent.ts +++ b/sdk/model/accumulationEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/accumulationEventAllOf.ts b/sdk/model/accumulationEventAllOf.ts index 67babc7a045..8c2f5f01ff1 100644 --- a/sdk/model/accumulationEventAllOf.ts +++ b/sdk/model/accumulationEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/actionId.ts b/sdk/model/actionId.ts index 2599826b536..96583e721e3 100644 --- a/sdk/model/actionId.ts +++ b/sdk/model/actionId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addBusinessDaysToDateRequest.ts b/sdk/model/addBusinessDaysToDateRequest.ts index 028a8db8f4b..ac7ed8ca181 100644 --- a/sdk/model/addBusinessDaysToDateRequest.ts +++ b/sdk/model/addBusinessDaysToDateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addBusinessDaysToDateResponse.ts b/sdk/model/addBusinessDaysToDateResponse.ts index aadee3c0b16..4194c868db1 100644 --- a/sdk/model/addBusinessDaysToDateResponse.ts +++ b/sdk/model/addBusinessDaysToDateResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/additionalPayment.ts b/sdk/model/additionalPayment.ts index 3592ebf47a8..a1209f81eb3 100644 --- a/sdk/model/additionalPayment.ts +++ b/sdk/model/additionalPayment.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressDefinition.ts b/sdk/model/addressDefinition.ts index 2bce9ced8c3..1cd8352e795 100644 --- a/sdk/model/addressDefinition.ts +++ b/sdk/model/addressDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyComplianceParameter.ts b/sdk/model/addressKeyComplianceParameter.ts index ad8c95e91fd..9482adc04f4 100644 --- a/sdk/model/addressKeyComplianceParameter.ts +++ b/sdk/model/addressKeyComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyComplianceParameterAllOf.ts b/sdk/model/addressKeyComplianceParameterAllOf.ts index d1095b61fa7..e32585772fa 100644 --- a/sdk/model/addressKeyComplianceParameterAllOf.ts +++ b/sdk/model/addressKeyComplianceParameterAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyDefinition.ts b/sdk/model/addressKeyDefinition.ts index eed696a8494..0c6437bda37 100644 --- a/sdk/model/addressKeyDefinition.ts +++ b/sdk/model/addressKeyDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyFilter.ts b/sdk/model/addressKeyFilter.ts index 5a6273007b7..1ef50db9976 100644 --- a/sdk/model/addressKeyFilter.ts +++ b/sdk/model/addressKeyFilter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyList.ts b/sdk/model/addressKeyList.ts index 0fe8772dcc0..ad9ec0922a6 100644 --- a/sdk/model/addressKeyList.ts +++ b/sdk/model/addressKeyList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyListAllOf.ts b/sdk/model/addressKeyListAllOf.ts index 7fcc8cdf654..0f0d94844c5 100644 --- a/sdk/model/addressKeyListAllOf.ts +++ b/sdk/model/addressKeyListAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyListComplianceParameter.ts b/sdk/model/addressKeyListComplianceParameter.ts index afd9559118c..22b4b93e0ee 100644 --- a/sdk/model/addressKeyListComplianceParameter.ts +++ b/sdk/model/addressKeyListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyListComplianceParameterAllOf.ts b/sdk/model/addressKeyListComplianceParameterAllOf.ts index 08c9e4192f9..ca32bc03cee 100644 --- a/sdk/model/addressKeyListComplianceParameterAllOf.ts +++ b/sdk/model/addressKeyListComplianceParameterAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/addressKeyOptionDefinition.ts b/sdk/model/addressKeyOptionDefinition.ts index 69ca3e31320..0fb43b264f8 100644 --- a/sdk/model/addressKeyOptionDefinition.ts +++ b/sdk/model/addressKeyOptionDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/adjustHolding.ts b/sdk/model/adjustHolding.ts index a50aeddd5c1..86454a48fa2 100644 --- a/sdk/model/adjustHolding.ts +++ b/sdk/model/adjustHolding.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/adjustHoldingForDateRequest.ts b/sdk/model/adjustHoldingForDateRequest.ts index 0856e9d6963..da5df738aae 100644 --- a/sdk/model/adjustHoldingForDateRequest.ts +++ b/sdk/model/adjustHoldingForDateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/adjustHoldingRequest.ts b/sdk/model/adjustHoldingRequest.ts index 01e7a746256..7e1f0a6c407 100644 --- a/sdk/model/adjustHoldingRequest.ts +++ b/sdk/model/adjustHoldingRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregateSpec.ts b/sdk/model/aggregateSpec.ts index 78dcdcd705c..6c393716075 100644 --- a/sdk/model/aggregateSpec.ts +++ b/sdk/model/aggregateSpec.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregatedReturn.ts b/sdk/model/aggregatedReturn.ts index baf82e5af60..4a790628ffb 100644 --- a/sdk/model/aggregatedReturn.ts +++ b/sdk/model/aggregatedReturn.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregatedReturnsDispersionRequest.ts b/sdk/model/aggregatedReturnsDispersionRequest.ts index b7d169b2dc9..4bcd1a7ada3 100644 --- a/sdk/model/aggregatedReturnsDispersionRequest.ts +++ b/sdk/model/aggregatedReturnsDispersionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregatedReturnsRequest.ts b/sdk/model/aggregatedReturnsRequest.ts index 7d112033bf0..b8b83a40433 100644 --- a/sdk/model/aggregatedReturnsRequest.ts +++ b/sdk/model/aggregatedReturnsRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregatedReturnsResponse.ts b/sdk/model/aggregatedReturnsResponse.ts index 15ae3bfc840..9f2b8d65133 100644 --- a/sdk/model/aggregatedReturnsResponse.ts +++ b/sdk/model/aggregatedReturnsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregationContext.ts b/sdk/model/aggregationContext.ts index 61d35cd61a3..46bc1a7d82a 100644 --- a/sdk/model/aggregationContext.ts +++ b/sdk/model/aggregationContext.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregationMeasureFailureDetail.ts b/sdk/model/aggregationMeasureFailureDetail.ts index 68d6353fcd2..cb861a94421 100644 --- a/sdk/model/aggregationMeasureFailureDetail.ts +++ b/sdk/model/aggregationMeasureFailureDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregationOptions.ts b/sdk/model/aggregationOptions.ts index 6f6ebfdf00e..fea8e9f07e4 100644 --- a/sdk/model/aggregationOptions.ts +++ b/sdk/model/aggregationOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/aggregationQuery.ts b/sdk/model/aggregationQuery.ts index 5210d3db8df..b068d446781 100644 --- a/sdk/model/aggregationQuery.ts +++ b/sdk/model/aggregationQuery.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/allocation.ts b/sdk/model/allocation.ts index 0fb0d3f19ac..114f9bafafd 100644 --- a/sdk/model/allocation.ts +++ b/sdk/model/allocation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/allocationRequest.ts b/sdk/model/allocationRequest.ts index fa30feaf2c5..5b802db675b 100644 --- a/sdk/model/allocationRequest.ts +++ b/sdk/model/allocationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/allocationSetRequest.ts b/sdk/model/allocationSetRequest.ts index 1380a4698b8..776634ac06a 100644 --- a/sdk/model/allocationSetRequest.ts +++ b/sdk/model/allocationSetRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/amortisationEvent.ts b/sdk/model/amortisationEvent.ts index 03fe86a0947..5d9cbdc7750 100644 --- a/sdk/model/amortisationEvent.ts +++ b/sdk/model/amortisationEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/amortisationEventAllOf.ts b/sdk/model/amortisationEventAllOf.ts index 9da83c7fde5..8d0b2c00096 100644 --- a/sdk/model/amortisationEventAllOf.ts +++ b/sdk/model/amortisationEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/annulQuotesResponse.ts b/sdk/model/annulQuotesResponse.ts index 64280441ecd..42f111e96ea 100644 --- a/sdk/model/annulQuotesResponse.ts +++ b/sdk/model/annulQuotesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/annulSingleStructuredDataResponse.ts b/sdk/model/annulSingleStructuredDataResponse.ts index 2abf56245ee..d163df4452e 100644 --- a/sdk/model/annulSingleStructuredDataResponse.ts +++ b/sdk/model/annulSingleStructuredDataResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/annulStructuredDataResponse.ts b/sdk/model/annulStructuredDataResponse.ts index 81f9035a96c..24af5071d10 100644 --- a/sdk/model/annulStructuredDataResponse.ts +++ b/sdk/model/annulStructuredDataResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/assetLeg.ts b/sdk/model/assetLeg.ts index 2836158af3c..227b547c622 100644 --- a/sdk/model/assetLeg.ts +++ b/sdk/model/assetLeg.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/barrier.ts b/sdk/model/barrier.ts index 0f1bc875b91..37f37630120 100644 --- a/sdk/model/barrier.ts +++ b/sdk/model/barrier.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/basket.ts b/sdk/model/basket.ts index 0ffe39cf6d0..9da6b6c9601 100644 --- a/sdk/model/basket.ts +++ b/sdk/model/basket.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/basketAllOf.ts b/sdk/model/basketAllOf.ts index f52564760bc..876087de10c 100644 --- a/sdk/model/basketAllOf.ts +++ b/sdk/model/basketAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/basketIdentifier.ts b/sdk/model/basketIdentifier.ts index 8538ac64020..ad6f50b3eb7 100644 --- a/sdk/model/basketIdentifier.ts +++ b/sdk/model/basketIdentifier.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchAdjustHoldingsResponse.ts b/sdk/model/batchAdjustHoldingsResponse.ts index 58fa963712b..a6ecc992470 100644 --- a/sdk/model/batchAdjustHoldingsResponse.ts +++ b/sdk/model/batchAdjustHoldingsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchUpsertDatesForCalendarResponse.ts b/sdk/model/batchUpsertDatesForCalendarResponse.ts index e600b9e7208..a2eed094b34 100644 --- a/sdk/model/batchUpsertDatesForCalendarResponse.ts +++ b/sdk/model/batchUpsertDatesForCalendarResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchUpsertInstrumentPropertiesResponse.ts b/sdk/model/batchUpsertInstrumentPropertiesResponse.ts index d40a6da6a78..3a12663c23b 100644 --- a/sdk/model/batchUpsertInstrumentPropertiesResponse.ts +++ b/sdk/model/batchUpsertInstrumentPropertiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchUpsertPortfolioAccessMetadataRequest.ts b/sdk/model/batchUpsertPortfolioAccessMetadataRequest.ts index 8547fd3cdd6..bdbb935ef75 100644 --- a/sdk/model/batchUpsertPortfolioAccessMetadataRequest.ts +++ b/sdk/model/batchUpsertPortfolioAccessMetadataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchUpsertPortfolioAccessMetadataResponse.ts b/sdk/model/batchUpsertPortfolioAccessMetadataResponse.ts index 6559d60ebe8..57f335aa1d7 100644 --- a/sdk/model/batchUpsertPortfolioAccessMetadataResponse.ts +++ b/sdk/model/batchUpsertPortfolioAccessMetadataResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchUpsertPortfolioAccessMetadataResponseItem.ts b/sdk/model/batchUpsertPortfolioAccessMetadataResponseItem.ts index 77b69615909..06fd0e5fb59 100644 --- a/sdk/model/batchUpsertPortfolioAccessMetadataResponseItem.ts +++ b/sdk/model/batchUpsertPortfolioAccessMetadataResponseItem.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchUpsertPortfolioTransactionsResponse.ts b/sdk/model/batchUpsertPortfolioTransactionsResponse.ts index fa5f49f3cb9..7e81853f681 100644 --- a/sdk/model/batchUpsertPortfolioTransactionsResponse.ts +++ b/sdk/model/batchUpsertPortfolioTransactionsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/batchUpsertPropertyDefinitionPropertiesResponse.ts b/sdk/model/batchUpsertPropertyDefinitionPropertiesResponse.ts index 47e38cf38f4..41e7b8755b3 100644 --- a/sdk/model/batchUpsertPropertyDefinitionPropertiesResponse.ts +++ b/sdk/model/batchUpsertPropertyDefinitionPropertiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/block.ts b/sdk/model/block.ts index 88179ea9ba0..1b1ab523819 100644 --- a/sdk/model/block.ts +++ b/sdk/model/block.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/blockAndOrderIdRequest.ts b/sdk/model/blockAndOrderIdRequest.ts index df7a3955fa2..b787ab0bf72 100644 --- a/sdk/model/blockAndOrderIdRequest.ts +++ b/sdk/model/blockAndOrderIdRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/blockAndOrders.ts b/sdk/model/blockAndOrders.ts index 71b68f793d1..3480170cbb7 100644 --- a/sdk/model/blockAndOrders.ts +++ b/sdk/model/blockAndOrders.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/blockAndOrdersCreateRequest.ts b/sdk/model/blockAndOrdersCreateRequest.ts index c8a9ee11b00..583d96e7405 100644 --- a/sdk/model/blockAndOrdersCreateRequest.ts +++ b/sdk/model/blockAndOrdersCreateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/blockAndOrdersRequest.ts b/sdk/model/blockAndOrdersRequest.ts index 6a5c69d4d18..be291db3549 100644 --- a/sdk/model/blockAndOrdersRequest.ts +++ b/sdk/model/blockAndOrdersRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/blockRequest.ts b/sdk/model/blockRequest.ts index 745306aaf9f..bf141dd5572 100644 --- a/sdk/model/blockRequest.ts +++ b/sdk/model/blockRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/blockSetRequest.ts b/sdk/model/blockSetRequest.ts index 81d66feee01..73bbb46b2d7 100644 --- a/sdk/model/blockSetRequest.ts +++ b/sdk/model/blockSetRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/blockedOrderRequest.ts b/sdk/model/blockedOrderRequest.ts index 5981156098a..0da24e0b562 100644 --- a/sdk/model/blockedOrderRequest.ts +++ b/sdk/model/blockedOrderRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bond.ts b/sdk/model/bond.ts index 4c6924de3d8..69a791ef3f0 100644 --- a/sdk/model/bond.ts +++ b/sdk/model/bond.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bondAllOf.ts b/sdk/model/bondAllOf.ts index 3bef372eab3..8c6f31afb19 100644 --- a/sdk/model/bondAllOf.ts +++ b/sdk/model/bondAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bondCouponEvent.ts b/sdk/model/bondCouponEvent.ts index 80a41f12477..ae6e38cdb04 100644 --- a/sdk/model/bondCouponEvent.ts +++ b/sdk/model/bondCouponEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bondCouponEventAllOf.ts b/sdk/model/bondCouponEventAllOf.ts index 144c2ad0236..f2ee697bb6d 100644 --- a/sdk/model/bondCouponEventAllOf.ts +++ b/sdk/model/bondCouponEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bondDefaultEvent.ts b/sdk/model/bondDefaultEvent.ts index 55c20c350f2..243ff05b73c 100644 --- a/sdk/model/bondDefaultEvent.ts +++ b/sdk/model/bondDefaultEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bondDefaultEventAllOf.ts b/sdk/model/bondDefaultEventAllOf.ts index 2ed30d783db..f1bfd4ea3e9 100644 --- a/sdk/model/bondDefaultEventAllOf.ts +++ b/sdk/model/bondDefaultEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bondPrincipalEvent.ts b/sdk/model/bondPrincipalEvent.ts index a149e6565e6..23f0018d765 100644 --- a/sdk/model/bondPrincipalEvent.ts +++ b/sdk/model/bondPrincipalEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bondPrincipalEventAllOf.ts b/sdk/model/bondPrincipalEventAllOf.ts index f6511b218d9..24e076fb9b8 100644 --- a/sdk/model/bondPrincipalEventAllOf.ts +++ b/sdk/model/bondPrincipalEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bonusIssueEvent.ts b/sdk/model/bonusIssueEvent.ts index 829e41e79db..1c7df4265e8 100644 --- a/sdk/model/bonusIssueEvent.ts +++ b/sdk/model/bonusIssueEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bonusIssueEventAllOf.ts b/sdk/model/bonusIssueEventAllOf.ts index 8dd8f89e043..7a732b84975 100644 --- a/sdk/model/bonusIssueEventAllOf.ts +++ b/sdk/model/bonusIssueEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/boolComplianceParameter.ts b/sdk/model/boolComplianceParameter.ts index cf1fa393055..875bafa046d 100644 --- a/sdk/model/boolComplianceParameter.ts +++ b/sdk/model/boolComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/boolComplianceParameterAllOf.ts b/sdk/model/boolComplianceParameterAllOf.ts index 2c2b9231605..512bcd81db1 100644 --- a/sdk/model/boolComplianceParameterAllOf.ts +++ b/sdk/model/boolComplianceParameterAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/boolListComplianceParameter.ts b/sdk/model/boolListComplianceParameter.ts index 628dd53ee9b..a953f34383e 100644 --- a/sdk/model/boolListComplianceParameter.ts +++ b/sdk/model/boolListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/branchStep.ts b/sdk/model/branchStep.ts index 233cb35d75b..7a40b0c8909 100644 --- a/sdk/model/branchStep.ts +++ b/sdk/model/branchStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/branchStepAllOf.ts b/sdk/model/branchStepAllOf.ts index b849cf4e92e..c30916361bc 100644 --- a/sdk/model/branchStepAllOf.ts +++ b/sdk/model/branchStepAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/branchStepRequest.ts b/sdk/model/branchStepRequest.ts index 90560c8c722..b9c3ab11cda 100644 --- a/sdk/model/branchStepRequest.ts +++ b/sdk/model/branchStepRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/branchStepRequestAllOf.ts b/sdk/model/branchStepRequestAllOf.ts index 2316681ce21..de8cd5316d7 100644 --- a/sdk/model/branchStepRequestAllOf.ts +++ b/sdk/model/branchStepRequestAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bucketedCashFlowResponse.ts b/sdk/model/bucketedCashFlowResponse.ts index 998bc98783d..4da159b6b1f 100644 --- a/sdk/model/bucketedCashFlowResponse.ts +++ b/sdk/model/bucketedCashFlowResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/bucketingSchedule.ts b/sdk/model/bucketingSchedule.ts index aef17f753fd..3121f1d523e 100644 --- a/sdk/model/bucketingSchedule.ts +++ b/sdk/model/bucketingSchedule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/calendar.ts b/sdk/model/calendar.ts index a86aa5c8737..390a7537aa7 100644 --- a/sdk/model/calendar.ts +++ b/sdk/model/calendar.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/calendarDate.ts b/sdk/model/calendarDate.ts index ddb9dd3edad..5e8de24c52b 100644 --- a/sdk/model/calendarDate.ts +++ b/sdk/model/calendarDate.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/calendarDependency.ts b/sdk/model/calendarDependency.ts index 94465aa3aee..1cf8ffd74de 100644 --- a/sdk/model/calendarDependency.ts +++ b/sdk/model/calendarDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/calendarDependencyAllOf.ts b/sdk/model/calendarDependencyAllOf.ts index 417ef68730d..420ec9dbe9b 100644 --- a/sdk/model/calendarDependencyAllOf.ts +++ b/sdk/model/calendarDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/callOnIntermediateSecuritiesEvent.ts b/sdk/model/callOnIntermediateSecuritiesEvent.ts index e62c42eb52c..e536f533b3f 100644 --- a/sdk/model/callOnIntermediateSecuritiesEvent.ts +++ b/sdk/model/callOnIntermediateSecuritiesEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/callOnIntermediateSecuritiesEventAllOf.ts b/sdk/model/callOnIntermediateSecuritiesEventAllOf.ts index 4aa3e1f6273..8c451606ecc 100644 --- a/sdk/model/callOnIntermediateSecuritiesEventAllOf.ts +++ b/sdk/model/callOnIntermediateSecuritiesEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cancelOrderAndMoveRemainingResult.ts b/sdk/model/cancelOrderAndMoveRemainingResult.ts index 287430b9ccb..46ce48668cc 100644 --- a/sdk/model/cancelOrderAndMoveRemainingResult.ts +++ b/sdk/model/cancelOrderAndMoveRemainingResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cancelOrdersAndMoveRemainingRequest.ts b/sdk/model/cancelOrdersAndMoveRemainingRequest.ts index 1fb667783e4..b1e68ba93c3 100644 --- a/sdk/model/cancelOrdersAndMoveRemainingRequest.ts +++ b/sdk/model/cancelOrdersAndMoveRemainingRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cancelOrdersAndMoveRemainingResponse.ts b/sdk/model/cancelOrdersAndMoveRemainingResponse.ts index f0911619491..68a5804464c 100644 --- a/sdk/model/cancelOrdersAndMoveRemainingResponse.ts +++ b/sdk/model/cancelOrdersAndMoveRemainingResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cancelOrdersResponse.ts b/sdk/model/cancelOrdersResponse.ts index cca1cd07f7a..2c52ef20583 100644 --- a/sdk/model/cancelOrdersResponse.ts +++ b/sdk/model/cancelOrdersResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cancelPlacementsResponse.ts b/sdk/model/cancelPlacementsResponse.ts index 64cbfc8d9d1..9fbed7d17dc 100644 --- a/sdk/model/cancelPlacementsResponse.ts +++ b/sdk/model/cancelPlacementsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cancelledOrderResult.ts b/sdk/model/cancelledOrderResult.ts index 59c14f6005b..7c8ca1ea87f 100644 --- a/sdk/model/cancelledOrderResult.ts +++ b/sdk/model/cancelledOrderResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cancelledPlacementResult.ts b/sdk/model/cancelledPlacementResult.ts index f06a8e4bbf0..c9d25e768a3 100644 --- a/sdk/model/cancelledPlacementResult.ts +++ b/sdk/model/cancelledPlacementResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/capFloor.ts b/sdk/model/capFloor.ts index 60f68148f41..2df1b8e1865 100644 --- a/sdk/model/capFloor.ts +++ b/sdk/model/capFloor.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/capFloorAllOf.ts b/sdk/model/capFloorAllOf.ts index e7971f8a2ce..3df7fa1c3ad 100644 --- a/sdk/model/capFloorAllOf.ts +++ b/sdk/model/capFloorAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/capitalDistributionEvent.ts b/sdk/model/capitalDistributionEvent.ts index 711e0c72a04..3e9edc5154e 100644 --- a/sdk/model/capitalDistributionEvent.ts +++ b/sdk/model/capitalDistributionEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/capitalDistributionEventAllOf.ts b/sdk/model/capitalDistributionEventAllOf.ts index 32121daa9e1..3239643817c 100644 --- a/sdk/model/capitalDistributionEventAllOf.ts +++ b/sdk/model/capitalDistributionEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cash.ts b/sdk/model/cash.ts index 8d124669d4b..6a399c92990 100644 --- a/sdk/model/cash.ts +++ b/sdk/model/cash.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashAllOf.ts b/sdk/model/cashAllOf.ts index 94db4f0427c..9a3e856d392 100644 --- a/sdk/model/cashAllOf.ts +++ b/sdk/model/cashAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashAndSecurityOfferElection.ts b/sdk/model/cashAndSecurityOfferElection.ts index c3f6d346fb7..a9dffc4b276 100644 --- a/sdk/model/cashAndSecurityOfferElection.ts +++ b/sdk/model/cashAndSecurityOfferElection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashDependency.ts b/sdk/model/cashDependency.ts index 27c247e26a7..7e7ee37dc79 100644 --- a/sdk/model/cashDependency.ts +++ b/sdk/model/cashDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashDependencyAllOf.ts b/sdk/model/cashDependencyAllOf.ts index 0e0cb425838..255dd21d433 100644 --- a/sdk/model/cashDependencyAllOf.ts +++ b/sdk/model/cashDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashDividendEvent.ts b/sdk/model/cashDividendEvent.ts index 62783df450d..8d16097dd6d 100644 --- a/sdk/model/cashDividendEvent.ts +++ b/sdk/model/cashDividendEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashDividendEventAllOf.ts b/sdk/model/cashDividendEventAllOf.ts index 9abacf94702..fd55dd478f6 100644 --- a/sdk/model/cashDividendEventAllOf.ts +++ b/sdk/model/cashDividendEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashElection.ts b/sdk/model/cashElection.ts index 3fa0ea39df5..2b2a838729c 100644 --- a/sdk/model/cashElection.ts +++ b/sdk/model/cashElection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashFlowEvent.ts b/sdk/model/cashFlowEvent.ts index c0d514b606b..4bd9c1423ba 100644 --- a/sdk/model/cashFlowEvent.ts +++ b/sdk/model/cashFlowEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashFlowEventAllOf.ts b/sdk/model/cashFlowEventAllOf.ts index f17f31b34e3..e0f899c3a6d 100644 --- a/sdk/model/cashFlowEventAllOf.ts +++ b/sdk/model/cashFlowEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashFlowLineage.ts b/sdk/model/cashFlowLineage.ts index 35c73fbc4d9..1b8367ac8f6 100644 --- a/sdk/model/cashFlowLineage.ts +++ b/sdk/model/cashFlowLineage.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashFlowValue.ts b/sdk/model/cashFlowValue.ts index 92bbeeed69d..039262ffe87 100644 --- a/sdk/model/cashFlowValue.ts +++ b/sdk/model/cashFlowValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashFlowValueAllOf.ts b/sdk/model/cashFlowValueAllOf.ts index ef99b3fe7ca..d0f5b7648b1 100644 --- a/sdk/model/cashFlowValueAllOf.ts +++ b/sdk/model/cashFlowValueAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashFlowValueSet.ts b/sdk/model/cashFlowValueSet.ts index 3f0d6841b36..23fc1cd8619 100644 --- a/sdk/model/cashFlowValueSet.ts +++ b/sdk/model/cashFlowValueSet.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashFlowValueSetAllOf.ts b/sdk/model/cashFlowValueSetAllOf.ts index 854ab98ddb4..3d2875e6fe0 100644 --- a/sdk/model/cashFlowValueSetAllOf.ts +++ b/sdk/model/cashFlowValueSetAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashLadderRecord.ts b/sdk/model/cashLadderRecord.ts index 94ea4724b1e..02c7cfaaddc 100644 --- a/sdk/model/cashLadderRecord.ts +++ b/sdk/model/cashLadderRecord.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashOfferElection.ts b/sdk/model/cashOfferElection.ts index 7798815a416..593925492d4 100644 --- a/sdk/model/cashOfferElection.ts +++ b/sdk/model/cashOfferElection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashPerpetual.ts b/sdk/model/cashPerpetual.ts index 5fb4277141f..925bb8c815e 100644 --- a/sdk/model/cashPerpetual.ts +++ b/sdk/model/cashPerpetual.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cashPerpetualAllOf.ts b/sdk/model/cashPerpetualAllOf.ts index 472852485ec..3f5113be906 100644 --- a/sdk/model/cashPerpetualAllOf.ts +++ b/sdk/model/cashPerpetualAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdsCreditEvent.ts b/sdk/model/cdsCreditEvent.ts index af90e36728d..655bfcdc90a 100644 --- a/sdk/model/cdsCreditEvent.ts +++ b/sdk/model/cdsCreditEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdsCreditEventAllOf.ts b/sdk/model/cdsCreditEventAllOf.ts index 0f96813dc05..52f6c6663b9 100644 --- a/sdk/model/cdsCreditEventAllOf.ts +++ b/sdk/model/cdsCreditEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdsFlowConventions.ts b/sdk/model/cdsFlowConventions.ts index eaded91f27c..ea1dbbcd193 100644 --- a/sdk/model/cdsFlowConventions.ts +++ b/sdk/model/cdsFlowConventions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdsIndex.ts b/sdk/model/cdsIndex.ts index eee1cbe0211..a69c2574586 100644 --- a/sdk/model/cdsIndex.ts +++ b/sdk/model/cdsIndex.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdsIndexAllOf.ts b/sdk/model/cdsIndexAllOf.ts index 7001b03f27a..fd41cbf98be 100644 --- a/sdk/model/cdsIndexAllOf.ts +++ b/sdk/model/cdsIndexAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdsProtectionDetailSpecification.ts b/sdk/model/cdsProtectionDetailSpecification.ts index 28c91d18262..7fe26a4e556 100644 --- a/sdk/model/cdsProtectionDetailSpecification.ts +++ b/sdk/model/cdsProtectionDetailSpecification.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdxCreditEvent.ts b/sdk/model/cdxCreditEvent.ts index 4893cc6d1a9..93eaed72fd5 100644 --- a/sdk/model/cdxCreditEvent.ts +++ b/sdk/model/cdxCreditEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cdxCreditEventAllOf.ts b/sdk/model/cdxCreditEventAllOf.ts index aa8bb549289..2f8e1dc2062 100644 --- a/sdk/model/cdxCreditEventAllOf.ts +++ b/sdk/model/cdxCreditEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/change.ts b/sdk/model/change.ts index 53547d42386..d6391241ec7 100644 --- a/sdk/model/change.ts +++ b/sdk/model/change.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/changeHistory.ts b/sdk/model/changeHistory.ts index fb203448402..8a0a05d8fa4 100644 --- a/sdk/model/changeHistory.ts +++ b/sdk/model/changeHistory.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/changeItem.ts b/sdk/model/changeItem.ts index dcb2bf86b4b..74c4b82e1ee 100644 --- a/sdk/model/changeItem.ts +++ b/sdk/model/changeItem.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/checkStep.ts b/sdk/model/checkStep.ts index 49f196f9f2e..56e6bd03ccd 100644 --- a/sdk/model/checkStep.ts +++ b/sdk/model/checkStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/checkStepAllOf.ts b/sdk/model/checkStepAllOf.ts index d2ea99052aa..216298e0c55 100644 --- a/sdk/model/checkStepAllOf.ts +++ b/sdk/model/checkStepAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/checkStepRequest.ts b/sdk/model/checkStepRequest.ts index 62985cef38e..ce4afff1fcc 100644 --- a/sdk/model/checkStepRequest.ts +++ b/sdk/model/checkStepRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/closeEvent.ts b/sdk/model/closeEvent.ts index 44792e935ba..ac4a67706df 100644 --- a/sdk/model/closeEvent.ts +++ b/sdk/model/closeEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/closeEventAllOf.ts b/sdk/model/closeEventAllOf.ts index a6334011c37..1cccc959363 100644 --- a/sdk/model/closeEventAllOf.ts +++ b/sdk/model/closeEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/completePortfolio.ts b/sdk/model/completePortfolio.ts index a7c1d9f8549..f7fad2c5ad2 100644 --- a/sdk/model/completePortfolio.ts +++ b/sdk/model/completePortfolio.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/completeRelationship.ts b/sdk/model/completeRelationship.ts index b255315dd72..4767b89925c 100644 --- a/sdk/model/completeRelationship.ts +++ b/sdk/model/completeRelationship.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complexBond.ts b/sdk/model/complexBond.ts index c68c3b84d70..015dc24fa6f 100644 --- a/sdk/model/complexBond.ts +++ b/sdk/model/complexBond.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complexBondAllOf.ts b/sdk/model/complexBondAllOf.ts index 3443735459c..4e6754a7fb8 100644 --- a/sdk/model/complexBondAllOf.ts +++ b/sdk/model/complexBondAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complexMarketData.ts b/sdk/model/complexMarketData.ts index a1ba7975a61..cc0fe97df65 100644 --- a/sdk/model/complexMarketData.ts +++ b/sdk/model/complexMarketData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complexMarketDataId.ts b/sdk/model/complexMarketDataId.ts index c59aa301e57..93cb87a125a 100644 --- a/sdk/model/complexMarketDataId.ts +++ b/sdk/model/complexMarketDataId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceParameter.ts b/sdk/model/complianceParameter.ts index 5823d9d2705..234a42c055e 100644 --- a/sdk/model/complianceParameter.ts +++ b/sdk/model/complianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRuleBreakdown.ts b/sdk/model/complianceRuleBreakdown.ts index 9be5744c286..708b5e366f2 100644 --- a/sdk/model/complianceRuleBreakdown.ts +++ b/sdk/model/complianceRuleBreakdown.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRuleBreakdownRequest.ts b/sdk/model/complianceRuleBreakdownRequest.ts index 8910a64c5dc..03d6357c132 100644 --- a/sdk/model/complianceRuleBreakdownRequest.ts +++ b/sdk/model/complianceRuleBreakdownRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRuleResponse.ts b/sdk/model/complianceRuleResponse.ts index 1469e58fcd2..c339816bdc7 100644 --- a/sdk/model/complianceRuleResponse.ts +++ b/sdk/model/complianceRuleResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRuleResultDetail.ts b/sdk/model/complianceRuleResultDetail.ts index c79b0afc44e..be235b06dbb 100644 --- a/sdk/model/complianceRuleResultDetail.ts +++ b/sdk/model/complianceRuleResultDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRuleResultPortfolioDetail.ts b/sdk/model/complianceRuleResultPortfolioDetail.ts index 2364b13ea1d..0976e05b477 100644 --- a/sdk/model/complianceRuleResultPortfolioDetail.ts +++ b/sdk/model/complianceRuleResultPortfolioDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRuleResultV2.ts b/sdk/model/complianceRuleResultV2.ts index bf8882a3602..2f4f3cb04ee 100644 --- a/sdk/model/complianceRuleResultV2.ts +++ b/sdk/model/complianceRuleResultV2.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRuleTemplate.ts b/sdk/model/complianceRuleTemplate.ts index 039591179bc..6d014da6e59 100644 --- a/sdk/model/complianceRuleTemplate.ts +++ b/sdk/model/complianceRuleTemplate.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRunConfiguration.ts b/sdk/model/complianceRunConfiguration.ts index 257fc499373..584af129ac5 100644 --- a/sdk/model/complianceRunConfiguration.ts +++ b/sdk/model/complianceRunConfiguration.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceRunInfoV2.ts b/sdk/model/complianceRunInfoV2.ts index 5c29dc9ef0a..becba8f6d17 100644 --- a/sdk/model/complianceRunInfoV2.ts +++ b/sdk/model/complianceRunInfoV2.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceStep.ts b/sdk/model/complianceStep.ts index f2468fb991a..84e5a39d44c 100644 --- a/sdk/model/complianceStep.ts +++ b/sdk/model/complianceStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceStepRequest.ts b/sdk/model/complianceStepRequest.ts index 67c36eb8732..b6e63d0fdcc 100644 --- a/sdk/model/complianceStepRequest.ts +++ b/sdk/model/complianceStepRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceSummaryRuleResult.ts b/sdk/model/complianceSummaryRuleResult.ts index 575e0516727..a700f99d91c 100644 --- a/sdk/model/complianceSummaryRuleResult.ts +++ b/sdk/model/complianceSummaryRuleResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceSummaryRuleResultRequest.ts b/sdk/model/complianceSummaryRuleResultRequest.ts index 31dbe90d54c..f6a57cd7e83 100644 --- a/sdk/model/complianceSummaryRuleResultRequest.ts +++ b/sdk/model/complianceSummaryRuleResultRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceTemplate.ts b/sdk/model/complianceTemplate.ts index 0bacff6d8ac..ebf98f674e0 100644 --- a/sdk/model/complianceTemplate.ts +++ b/sdk/model/complianceTemplate.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceTemplateParameter.ts b/sdk/model/complianceTemplateParameter.ts index c57b678aa03..639afdeb88b 100644 --- a/sdk/model/complianceTemplateParameter.ts +++ b/sdk/model/complianceTemplateParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceTemplateVariation.ts b/sdk/model/complianceTemplateVariation.ts index bf5eb99ff3b..eb27f6e559a 100644 --- a/sdk/model/complianceTemplateVariation.ts +++ b/sdk/model/complianceTemplateVariation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceTemplateVariationDto.ts b/sdk/model/complianceTemplateVariationDto.ts index 9b909620954..fe4be1388d6 100644 --- a/sdk/model/complianceTemplateVariationDto.ts +++ b/sdk/model/complianceTemplateVariationDto.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/complianceTemplateVariationRequest.ts b/sdk/model/complianceTemplateVariationRequest.ts index ef902ffe585..99ec2e599c1 100644 --- a/sdk/model/complianceTemplateVariationRequest.ts +++ b/sdk/model/complianceTemplateVariationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/compositeBreakdown.ts b/sdk/model/compositeBreakdown.ts index 28bfe2d8ac6..b22a5777173 100644 --- a/sdk/model/compositeBreakdown.ts +++ b/sdk/model/compositeBreakdown.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/compositeBreakdownRequest.ts b/sdk/model/compositeBreakdownRequest.ts index 1b80c60d8ab..d2a0bada8a9 100644 --- a/sdk/model/compositeBreakdownRequest.ts +++ b/sdk/model/compositeBreakdownRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/compositeBreakdownResponse.ts b/sdk/model/compositeBreakdownResponse.ts index 5307e409a10..7cac0474c12 100644 --- a/sdk/model/compositeBreakdownResponse.ts +++ b/sdk/model/compositeBreakdownResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/compositeDispersion.ts b/sdk/model/compositeDispersion.ts index 97c56be1011..969c8b0c4bb 100644 --- a/sdk/model/compositeDispersion.ts +++ b/sdk/model/compositeDispersion.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/compositeDispersionResponse.ts b/sdk/model/compositeDispersionResponse.ts index e2c9641036f..8b91f6b8418 100644 --- a/sdk/model/compositeDispersionResponse.ts +++ b/sdk/model/compositeDispersionResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/compounding.ts b/sdk/model/compounding.ts index ce4f99e3451..923481874fb 100644 --- a/sdk/model/compounding.ts +++ b/sdk/model/compounding.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/configurationRecipe.ts b/sdk/model/configurationRecipe.ts index 0ff84950f56..6d68c212280 100644 --- a/sdk/model/configurationRecipe.ts +++ b/sdk/model/configurationRecipe.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/constantVolatilitySurface.ts b/sdk/model/constantVolatilitySurface.ts index 34f35289d7c..72e019140ef 100644 --- a/sdk/model/constantVolatilitySurface.ts +++ b/sdk/model/constantVolatilitySurface.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/constantVolatilitySurfaceAllOf.ts b/sdk/model/constantVolatilitySurfaceAllOf.ts index d3549100abc..390c1978352 100644 --- a/sdk/model/constantVolatilitySurfaceAllOf.ts +++ b/sdk/model/constantVolatilitySurfaceAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/constituentsAdjustmentHeader.ts b/sdk/model/constituentsAdjustmentHeader.ts index e8f0e015a4c..22d025bc4d2 100644 --- a/sdk/model/constituentsAdjustmentHeader.ts +++ b/sdk/model/constituentsAdjustmentHeader.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/contractForDifference.ts b/sdk/model/contractForDifference.ts index 2043352d498..7f636e93d6b 100644 --- a/sdk/model/contractForDifference.ts +++ b/sdk/model/contractForDifference.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/contractForDifferenceAllOf.ts b/sdk/model/contractForDifferenceAllOf.ts index c1f1097ac9d..6ed8f700c52 100644 --- a/sdk/model/contractForDifferenceAllOf.ts +++ b/sdk/model/contractForDifferenceAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/corporateAction.ts b/sdk/model/corporateAction.ts index 19815886d11..01e23194464 100644 --- a/sdk/model/corporateAction.ts +++ b/sdk/model/corporateAction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/corporateActionSource.ts b/sdk/model/corporateActionSource.ts index dde41bff700..f0141a0daa8 100644 --- a/sdk/model/corporateActionSource.ts +++ b/sdk/model/corporateActionSource.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/corporateActionTransition.ts b/sdk/model/corporateActionTransition.ts index 09bdf5832cd..950d69622dc 100644 --- a/sdk/model/corporateActionTransition.ts +++ b/sdk/model/corporateActionTransition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/corporateActionTransitionComponent.ts b/sdk/model/corporateActionTransitionComponent.ts index e3b2d5269a1..d40498b9467 100644 --- a/sdk/model/corporateActionTransitionComponent.ts +++ b/sdk/model/corporateActionTransitionComponent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/corporateActionTransitionComponentRequest.ts b/sdk/model/corporateActionTransitionComponentRequest.ts index 0f02e844122..f9637500d1f 100644 --- a/sdk/model/corporateActionTransitionComponentRequest.ts +++ b/sdk/model/corporateActionTransitionComponentRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/corporateActionTransitionRequest.ts b/sdk/model/corporateActionTransitionRequest.ts index 8e124f23954..0920f9887a9 100644 --- a/sdk/model/corporateActionTransitionRequest.ts +++ b/sdk/model/corporateActionTransitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/counterpartyAgreement.ts b/sdk/model/counterpartyAgreement.ts index 0e90c17c1dc..97f52a502ef 100644 --- a/sdk/model/counterpartyAgreement.ts +++ b/sdk/model/counterpartyAgreement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/counterpartyRiskInformation.ts b/sdk/model/counterpartyRiskInformation.ts index c054fabcb1a..81c0a493532 100644 --- a/sdk/model/counterpartyRiskInformation.ts +++ b/sdk/model/counterpartyRiskInformation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/counterpartySignatory.ts b/sdk/model/counterpartySignatory.ts index 54593a6c160..b64fa3eb6c4 100644 --- a/sdk/model/counterpartySignatory.ts +++ b/sdk/model/counterpartySignatory.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createAddressKeyDefinitionRequest.ts b/sdk/model/createAddressKeyDefinitionRequest.ts index b1b2a0ec127..31cfb3a5b17 100644 --- a/sdk/model/createAddressKeyDefinitionRequest.ts +++ b/sdk/model/createAddressKeyDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createCalendarRequest.ts b/sdk/model/createCalendarRequest.ts index e0d4958656e..5daa78a9659 100644 --- a/sdk/model/createCalendarRequest.ts +++ b/sdk/model/createCalendarRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createComplianceTemplateRequest.ts b/sdk/model/createComplianceTemplateRequest.ts index 8485649af3b..0356ae55a3f 100644 --- a/sdk/model/createComplianceTemplateRequest.ts +++ b/sdk/model/createComplianceTemplateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createCorporateActionSourceRequest.ts b/sdk/model/createCorporateActionSourceRequest.ts index eae3fbe2de5..81e2f00ba24 100644 --- a/sdk/model/createCorporateActionSourceRequest.ts +++ b/sdk/model/createCorporateActionSourceRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createCustomEntityTypeRequest.ts b/sdk/model/createCustomEntityTypeRequest.ts index 31a30f4b2d1..7864a17669a 100644 --- a/sdk/model/createCustomEntityTypeRequest.ts +++ b/sdk/model/createCustomEntityTypeRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createCutLabelDefinitionRequest.ts b/sdk/model/createCutLabelDefinitionRequest.ts index 9ea095f5d44..e39b17f11a7 100644 --- a/sdk/model/createCutLabelDefinitionRequest.ts +++ b/sdk/model/createCutLabelDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createDataMapRequest.ts b/sdk/model/createDataMapRequest.ts index f79a7ad888e..f5a3cac7ede 100644 --- a/sdk/model/createDataMapRequest.ts +++ b/sdk/model/createDataMapRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createDataTypeRequest.ts b/sdk/model/createDataTypeRequest.ts index baec93e9586..cc2de87abfc 100644 --- a/sdk/model/createDataTypeRequest.ts +++ b/sdk/model/createDataTypeRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createDateRequest.ts b/sdk/model/createDateRequest.ts index dee91c113dd..dfa254d769f 100644 --- a/sdk/model/createDateRequest.ts +++ b/sdk/model/createDateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createDerivedPropertyDefinitionRequest.ts b/sdk/model/createDerivedPropertyDefinitionRequest.ts index 4e22073e4c6..52692423732 100644 --- a/sdk/model/createDerivedPropertyDefinitionRequest.ts +++ b/sdk/model/createDerivedPropertyDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createDerivedTransactionPortfolioRequest.ts b/sdk/model/createDerivedTransactionPortfolioRequest.ts index b5494579487..30d9c292092 100644 --- a/sdk/model/createDerivedTransactionPortfolioRequest.ts +++ b/sdk/model/createDerivedTransactionPortfolioRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createPortfolioDetails.ts b/sdk/model/createPortfolioDetails.ts index e53fed9c3f4..9d6d8c92647 100644 --- a/sdk/model/createPortfolioDetails.ts +++ b/sdk/model/createPortfolioDetails.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createPortfolioGroupRequest.ts b/sdk/model/createPortfolioGroupRequest.ts index 4dda93811a2..04f7a976dce 100644 --- a/sdk/model/createPortfolioGroupRequest.ts +++ b/sdk/model/createPortfolioGroupRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createPropertyDefinitionRequest.ts b/sdk/model/createPropertyDefinitionRequest.ts index ccd03fc558f..ffd46021d8b 100644 --- a/sdk/model/createPropertyDefinitionRequest.ts +++ b/sdk/model/createPropertyDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createReferencePortfolioRequest.ts b/sdk/model/createReferencePortfolioRequest.ts index e67ac827350..786ed346d28 100644 --- a/sdk/model/createReferencePortfolioRequest.ts +++ b/sdk/model/createReferencePortfolioRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createRelationshipDefinitionRequest.ts b/sdk/model/createRelationshipDefinitionRequest.ts index b035d93e564..557b6aac67f 100644 --- a/sdk/model/createRelationshipDefinitionRequest.ts +++ b/sdk/model/createRelationshipDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createRelationshipRequest.ts b/sdk/model/createRelationshipRequest.ts index c5356abe7ee..e000e75eabf 100644 --- a/sdk/model/createRelationshipRequest.ts +++ b/sdk/model/createRelationshipRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createSequenceRequest.ts b/sdk/model/createSequenceRequest.ts index 521895d8090..190f84c0839 100644 --- a/sdk/model/createSequenceRequest.ts +++ b/sdk/model/createSequenceRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createTradeTicketsResponse.ts b/sdk/model/createTradeTicketsResponse.ts index 53f0c4da488..4a1771e7518 100644 --- a/sdk/model/createTradeTicketsResponse.ts +++ b/sdk/model/createTradeTicketsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createTransactionPortfolioRequest.ts b/sdk/model/createTransactionPortfolioRequest.ts index 4a815e06dd1..a5043e589f4 100644 --- a/sdk/model/createTransactionPortfolioRequest.ts +++ b/sdk/model/createTransactionPortfolioRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/createUnitDefinition.ts b/sdk/model/createUnitDefinition.ts index ba1f81049d4..7e33b5d08de 100644 --- a/sdk/model/createUnitDefinition.ts +++ b/sdk/model/createUnitDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditDefaultSwap.ts b/sdk/model/creditDefaultSwap.ts index 1246746ee8f..53196223d3c 100644 --- a/sdk/model/creditDefaultSwap.ts +++ b/sdk/model/creditDefaultSwap.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditDefaultSwapAllOf.ts b/sdk/model/creditDefaultSwapAllOf.ts index 57711d44607..eca87e57c8f 100644 --- a/sdk/model/creditDefaultSwapAllOf.ts +++ b/sdk/model/creditDefaultSwapAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditPremiumCashFlowEvent.ts b/sdk/model/creditPremiumCashFlowEvent.ts index 88cc84d880e..442a4773ea6 100644 --- a/sdk/model/creditPremiumCashFlowEvent.ts +++ b/sdk/model/creditPremiumCashFlowEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditPremiumCashFlowEventAllOf.ts b/sdk/model/creditPremiumCashFlowEventAllOf.ts index a8e882c6f52..1c276baf81f 100644 --- a/sdk/model/creditPremiumCashFlowEventAllOf.ts +++ b/sdk/model/creditPremiumCashFlowEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditRating.ts b/sdk/model/creditRating.ts index bd7484daaf9..499c66da717 100644 --- a/sdk/model/creditRating.ts +++ b/sdk/model/creditRating.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditSpreadCurveData.ts b/sdk/model/creditSpreadCurveData.ts index c6108fbe3b5..1787ed33aee 100644 --- a/sdk/model/creditSpreadCurveData.ts +++ b/sdk/model/creditSpreadCurveData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditSpreadCurveDataAllOf.ts b/sdk/model/creditSpreadCurveDataAllOf.ts index b7aa2551776..9d59685990d 100644 --- a/sdk/model/creditSpreadCurveDataAllOf.ts +++ b/sdk/model/creditSpreadCurveDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/creditSupportAnnex.ts b/sdk/model/creditSupportAnnex.ts index 5759a31c610..ab2e7d81348 100644 --- a/sdk/model/creditSupportAnnex.ts +++ b/sdk/model/creditSupportAnnex.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/currencyAndAmount.ts b/sdk/model/currencyAndAmount.ts index bd143d43d0f..e8a6810b5c6 100644 --- a/sdk/model/currencyAndAmount.ts +++ b/sdk/model/currencyAndAmount.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/custodianAccount.ts b/sdk/model/custodianAccount.ts index 193bab013cf..3904552b586 100644 --- a/sdk/model/custodianAccount.ts +++ b/sdk/model/custodianAccount.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityDefinition.ts b/sdk/model/customEntityDefinition.ts index ecd5c0ce82d..58716ca866d 100644 --- a/sdk/model/customEntityDefinition.ts +++ b/sdk/model/customEntityDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityDefinitionRequest.ts b/sdk/model/customEntityDefinitionRequest.ts index 175ba00f462..0cb05c14fc3 100644 --- a/sdk/model/customEntityDefinitionRequest.ts +++ b/sdk/model/customEntityDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityField.ts b/sdk/model/customEntityField.ts index d110a9a5de2..48781c55dfc 100644 --- a/sdk/model/customEntityField.ts +++ b/sdk/model/customEntityField.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityFieldDefinition.ts b/sdk/model/customEntityFieldDefinition.ts index f7380114bf3..afa1c7b41a6 100644 --- a/sdk/model/customEntityFieldDefinition.ts +++ b/sdk/model/customEntityFieldDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityId.ts b/sdk/model/customEntityId.ts index 2140e7bd960..0cdbae0605b 100644 --- a/sdk/model/customEntityId.ts +++ b/sdk/model/customEntityId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityRequest.ts b/sdk/model/customEntityRequest.ts index 57d95ce39b0..3ad87dd357f 100644 --- a/sdk/model/customEntityRequest.ts +++ b/sdk/model/customEntityRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityResponse.ts b/sdk/model/customEntityResponse.ts index 6c5a8d21e64..cb836a234fa 100644 --- a/sdk/model/customEntityResponse.ts +++ b/sdk/model/customEntityResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/customEntityType.ts b/sdk/model/customEntityType.ts index c65c416874f..dabddac3b40 100644 --- a/sdk/model/customEntityType.ts +++ b/sdk/model/customEntityType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cutLabelDefinition.ts b/sdk/model/cutLabelDefinition.ts index ecf4bb82183..08c60672fe9 100644 --- a/sdk/model/cutLabelDefinition.ts +++ b/sdk/model/cutLabelDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/cutLocalTime.ts b/sdk/model/cutLocalTime.ts index c65b9706fa3..3237a8ebbb6 100644 --- a/sdk/model/cutLocalTime.ts +++ b/sdk/model/cutLocalTime.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dataDefinition.ts b/sdk/model/dataDefinition.ts index 55b8f611eeb..ebd4aa0dbc6 100644 --- a/sdk/model/dataDefinition.ts +++ b/sdk/model/dataDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dataMapKey.ts b/sdk/model/dataMapKey.ts index 7dfb9cf1f58..44d600c83b2 100644 --- a/sdk/model/dataMapKey.ts +++ b/sdk/model/dataMapKey.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dataMapping.ts b/sdk/model/dataMapping.ts index a24c16b200b..a2c435babe1 100644 --- a/sdk/model/dataMapping.ts +++ b/sdk/model/dataMapping.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dataType.ts b/sdk/model/dataType.ts index 423af69f459..b0e32a8f89e 100644 --- a/sdk/model/dataType.ts +++ b/sdk/model/dataType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dataTypeSummary.ts b/sdk/model/dataTypeSummary.ts index 27458276ba0..37fde096467 100644 --- a/sdk/model/dataTypeSummary.ts +++ b/sdk/model/dataTypeSummary.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dateAttributes.ts b/sdk/model/dateAttributes.ts index 7fc74de50e8..dd5a23497c1 100644 --- a/sdk/model/dateAttributes.ts +++ b/sdk/model/dateAttributes.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dateRange.ts b/sdk/model/dateRange.ts index 031b528ca14..635f3956c0d 100644 --- a/sdk/model/dateRange.ts +++ b/sdk/model/dateRange.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dateTimeComplianceParameter.ts b/sdk/model/dateTimeComplianceParameter.ts index ac0a7a642f7..01c922fd538 100644 --- a/sdk/model/dateTimeComplianceParameter.ts +++ b/sdk/model/dateTimeComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dateTimeComplianceParameterAllOf.ts b/sdk/model/dateTimeComplianceParameterAllOf.ts index b976f79b928..4830de09bcd 100644 --- a/sdk/model/dateTimeComplianceParameterAllOf.ts +++ b/sdk/model/dateTimeComplianceParameterAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dateTimeListComplianceParameter.ts b/sdk/model/dateTimeListComplianceParameter.ts index 567b6671270..bd49ae8e522 100644 --- a/sdk/model/dateTimeListComplianceParameter.ts +++ b/sdk/model/dateTimeListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dayOfWeek.ts b/sdk/model/dayOfWeek.ts index 3915991b69b..52f08e95b30 100644 --- a/sdk/model/dayOfWeek.ts +++ b/sdk/model/dayOfWeek.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/decimalComplianceParameter.ts b/sdk/model/decimalComplianceParameter.ts index fbee7d9a598..a8e328f0fcc 100644 --- a/sdk/model/decimalComplianceParameter.ts +++ b/sdk/model/decimalComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/decimalComplianceParameterAllOf.ts b/sdk/model/decimalComplianceParameterAllOf.ts index 869cba01733..e53f19c6933 100644 --- a/sdk/model/decimalComplianceParameterAllOf.ts +++ b/sdk/model/decimalComplianceParameterAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/decimalList.ts b/sdk/model/decimalList.ts index 635419937b8..2cc93b330f9 100644 --- a/sdk/model/decimalList.ts +++ b/sdk/model/decimalList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/decimalListAllOf.ts b/sdk/model/decimalListAllOf.ts index 2178273691f..0635211b752 100644 --- a/sdk/model/decimalListAllOf.ts +++ b/sdk/model/decimalListAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/decimalListComplianceParameter.ts b/sdk/model/decimalListComplianceParameter.ts index a66de434dda..f109ce1217a 100644 --- a/sdk/model/decimalListComplianceParameter.ts +++ b/sdk/model/decimalListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/decoratedComplianceRunSummary.ts b/sdk/model/decoratedComplianceRunSummary.ts index 942bd529a9a..7ff3b2e9ca3 100644 --- a/sdk/model/decoratedComplianceRunSummary.ts +++ b/sdk/model/decoratedComplianceRunSummary.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/deleteInstrumentPropertiesResponse.ts b/sdk/model/deleteInstrumentPropertiesResponse.ts index 33d3e36d376..4ed4affc8bf 100644 --- a/sdk/model/deleteInstrumentPropertiesResponse.ts +++ b/sdk/model/deleteInstrumentPropertiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,12 +12,14 @@ import { RequestFile } from './models'; import { Link } from './link'; +import { StagedModificationsInfo } from './stagedModificationsInfo'; export class DeleteInstrumentPropertiesResponse { /** * The as-at datetime at which properties were deleted. */ 'asAt': Date; + 'stagedModifications'?: StagedModificationsInfo; 'links'?: Array | null; static discriminator: string | undefined = undefined; @@ -28,6 +30,11 @@ export class DeleteInstrumentPropertiesResponse { "baseName": "asAt", "type": "Date" }, + { + "name": "stagedModifications", + "baseName": "stagedModifications", + "type": "StagedModificationsInfo" + }, { "name": "links", "baseName": "links", diff --git a/sdk/model/deleteInstrumentResponse.ts b/sdk/model/deleteInstrumentResponse.ts index 6857ebe83ae..4639a9aa7d7 100644 --- a/sdk/model/deleteInstrumentResponse.ts +++ b/sdk/model/deleteInstrumentResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/deleteInstrumentsResponse.ts b/sdk/model/deleteInstrumentsResponse.ts index af1761b5e6d..4a44451bb7a 100644 --- a/sdk/model/deleteInstrumentsResponse.ts +++ b/sdk/model/deleteInstrumentsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,6 +12,7 @@ import { RequestFile } from './models'; import { Link } from './link'; +import { StagedModificationsInfo } from './stagedModificationsInfo'; export class DeleteInstrumentsResponse { /** @@ -22,6 +23,10 @@ export class DeleteInstrumentsResponse { * The as-at datetime at which the instrument was deleted. */ 'asAt': Date; + /** + * Information about the pending staged modifications for the current entity. + */ + 'staged'?: { [key: string]: StagedModificationsInfo; } | null; 'links'?: Array | null; static discriminator: string | undefined = undefined; @@ -37,6 +42,11 @@ export class DeleteInstrumentsResponse { "baseName": "asAt", "type": "Date" }, + { + "name": "staged", + "baseName": "staged", + "type": "{ [key: string]: StagedModificationsInfo; }" + }, { "name": "links", "baseName": "links", diff --git a/sdk/model/deleteRelationshipRequest.ts b/sdk/model/deleteRelationshipRequest.ts index 49385f34e2d..7a86c46c32a 100644 --- a/sdk/model/deleteRelationshipRequest.ts +++ b/sdk/model/deleteRelationshipRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/deletedEntityResponse.ts b/sdk/model/deletedEntityResponse.ts index b065d0179de..ed126e593f8 100644 --- a/sdk/model/deletedEntityResponse.ts +++ b/sdk/model/deletedEntityResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dependencySourceFilter.ts b/sdk/model/dependencySourceFilter.ts index 8b4f67e9ed7..57bc8d7bd1c 100644 --- a/sdk/model/dependencySourceFilter.ts +++ b/sdk/model/dependencySourceFilter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dialect.ts b/sdk/model/dialect.ts index 3d328f86a0f..c812a7bcd15 100644 --- a/sdk/model/dialect.ts +++ b/sdk/model/dialect.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dialectId.ts b/sdk/model/dialectId.ts index 23a0746e50e..2e508bfebef 100644 --- a/sdk/model/dialectId.ts +++ b/sdk/model/dialectId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dialectSchema.ts b/sdk/model/dialectSchema.ts index 388d32f44ae..c6ddc939b96 100644 --- a/sdk/model/dialectSchema.ts +++ b/sdk/model/dialectSchema.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/discountFactorCurveData.ts b/sdk/model/discountFactorCurveData.ts index 4b1e18ff223..8989ed59fbe 100644 --- a/sdk/model/discountFactorCurveData.ts +++ b/sdk/model/discountFactorCurveData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/discountFactorCurveDataAllOf.ts b/sdk/model/discountFactorCurveDataAllOf.ts index 93cf4c72f90..1cffa0e121a 100644 --- a/sdk/model/discountFactorCurveDataAllOf.ts +++ b/sdk/model/discountFactorCurveDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/discountingDependency.ts b/sdk/model/discountingDependency.ts index 005c6c729c0..3f3d2553f51 100644 --- a/sdk/model/discountingDependency.ts +++ b/sdk/model/discountingDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/discountingDependencyAllOf.ts b/sdk/model/discountingDependencyAllOf.ts index c3ddd3fa095..1f1dac779ec 100644 --- a/sdk/model/discountingDependencyAllOf.ts +++ b/sdk/model/discountingDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dividendOptionEvent.ts b/sdk/model/dividendOptionEvent.ts index 719d33bfe08..acae9360d7e 100644 --- a/sdk/model/dividendOptionEvent.ts +++ b/sdk/model/dividendOptionEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dividendOptionEventAllOf.ts b/sdk/model/dividendOptionEventAllOf.ts index 7cf0b5e000a..47d4752138f 100644 --- a/sdk/model/dividendOptionEventAllOf.ts +++ b/sdk/model/dividendOptionEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/dividendReinvestmentEvent.ts b/sdk/model/dividendReinvestmentEvent.ts index bbee0a0de30..260446291fc 100644 --- a/sdk/model/dividendReinvestmentEvent.ts +++ b/sdk/model/dividendReinvestmentEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/economicDependency.ts b/sdk/model/economicDependency.ts index 514213b2cad..31ddc22e8f1 100644 --- a/sdk/model/economicDependency.ts +++ b/sdk/model/economicDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/economicDependencyWithComplexMarketData.ts b/sdk/model/economicDependencyWithComplexMarketData.ts index 41cb7281e8e..d60781aabbe 100644 --- a/sdk/model/economicDependencyWithComplexMarketData.ts +++ b/sdk/model/economicDependencyWithComplexMarketData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/economicDependencyWithQuote.ts b/sdk/model/economicDependencyWithQuote.ts index 236d4528ce4..2a0429421b7 100644 --- a/sdk/model/economicDependencyWithQuote.ts +++ b/sdk/model/economicDependencyWithQuote.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/emptyModelOptions.ts b/sdk/model/emptyModelOptions.ts index 35758fcfe82..fd613c33181 100644 --- a/sdk/model/emptyModelOptions.ts +++ b/sdk/model/emptyModelOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/emptyModelOptionsAllOf.ts b/sdk/model/emptyModelOptionsAllOf.ts index d98230f8000..7bb4c90d68d 100644 --- a/sdk/model/emptyModelOptionsAllOf.ts +++ b/sdk/model/emptyModelOptionsAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/entityIdentifier.ts b/sdk/model/entityIdentifier.ts index 68d5cd1aeec..c397bbe0780 100644 --- a/sdk/model/entityIdentifier.ts +++ b/sdk/model/entityIdentifier.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equity.ts b/sdk/model/equity.ts index 2f741104b82..9f4c7f49362 100644 --- a/sdk/model/equity.ts +++ b/sdk/model/equity.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityAllOf.ts b/sdk/model/equityAllOf.ts index 6cce3325c2b..3e8c0e41ab2 100644 --- a/sdk/model/equityAllOf.ts +++ b/sdk/model/equityAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityAllOfIdentifiers.ts b/sdk/model/equityAllOfIdentifiers.ts index e09abd06bfa..e0b644e4a01 100644 --- a/sdk/model/equityAllOfIdentifiers.ts +++ b/sdk/model/equityAllOfIdentifiers.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityCurveByPricesData.ts b/sdk/model/equityCurveByPricesData.ts index ad85f5254f9..4a023fad8b2 100644 --- a/sdk/model/equityCurveByPricesData.ts +++ b/sdk/model/equityCurveByPricesData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityCurveByPricesDataAllOf.ts b/sdk/model/equityCurveByPricesDataAllOf.ts index 00276e78698..1ecc3e0bd19 100644 --- a/sdk/model/equityCurveByPricesDataAllOf.ts +++ b/sdk/model/equityCurveByPricesDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityCurveDependency.ts b/sdk/model/equityCurveDependency.ts index ca1b884965b..ea905ce33bf 100644 --- a/sdk/model/equityCurveDependency.ts +++ b/sdk/model/equityCurveDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityCurveDependencyAllOf.ts b/sdk/model/equityCurveDependencyAllOf.ts index 89e4f11cc74..68bd9561ca7 100644 --- a/sdk/model/equityCurveDependencyAllOf.ts +++ b/sdk/model/equityCurveDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityModelOptions.ts b/sdk/model/equityModelOptions.ts index 98e880bf482..96666d80d3f 100644 --- a/sdk/model/equityModelOptions.ts +++ b/sdk/model/equityModelOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityModelOptionsAllOf.ts b/sdk/model/equityModelOptionsAllOf.ts index 41e95d31410..d2793f22f76 100644 --- a/sdk/model/equityModelOptionsAllOf.ts +++ b/sdk/model/equityModelOptionsAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityOption.ts b/sdk/model/equityOption.ts index 4c8df10e650..16007b285ab 100644 --- a/sdk/model/equityOption.ts +++ b/sdk/model/equityOption.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityOptionAllOf.ts b/sdk/model/equityOptionAllOf.ts index 72abb57de63..dfd72276548 100644 --- a/sdk/model/equityOptionAllOf.ts +++ b/sdk/model/equityOptionAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equitySwap.ts b/sdk/model/equitySwap.ts index 0a4156cf240..bdb0cb40076 100644 --- a/sdk/model/equitySwap.ts +++ b/sdk/model/equitySwap.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equitySwapAllOf.ts b/sdk/model/equitySwapAllOf.ts index f8c4d9dab00..b1c1047ad92 100644 --- a/sdk/model/equitySwapAllOf.ts +++ b/sdk/model/equitySwapAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityVolDependency.ts b/sdk/model/equityVolDependency.ts index 1b789b505ee..6ba9d2610be 100644 --- a/sdk/model/equityVolDependency.ts +++ b/sdk/model/equityVolDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityVolDependencyAllOf.ts b/sdk/model/equityVolDependencyAllOf.ts index 69465380f1f..2ba2da221fa 100644 --- a/sdk/model/equityVolDependencyAllOf.ts +++ b/sdk/model/equityVolDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityVolSurfaceData.ts b/sdk/model/equityVolSurfaceData.ts index 8cae4ff325e..95c61210ffa 100644 --- a/sdk/model/equityVolSurfaceData.ts +++ b/sdk/model/equityVolSurfaceData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/equityVolSurfaceDataAllOf.ts b/sdk/model/equityVolSurfaceDataAllOf.ts index 2caaa6a001b..77ea9ea88d3 100644 --- a/sdk/model/equityVolSurfaceDataAllOf.ts +++ b/sdk/model/equityVolSurfaceDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/errorDetail.ts b/sdk/model/errorDetail.ts index bfbccd10d41..1c26b77108e 100644 --- a/sdk/model/errorDetail.ts +++ b/sdk/model/errorDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/eventDateRange.ts b/sdk/model/eventDateRange.ts index 3da3de0752f..6112cf25de3 100644 --- a/sdk/model/eventDateRange.ts +++ b/sdk/model/eventDateRange.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exDividendConfiguration.ts b/sdk/model/exDividendConfiguration.ts index 2a9c1783753..8a6b0645da5 100644 --- a/sdk/model/exDividendConfiguration.ts +++ b/sdk/model/exDividendConfiguration.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exchangeTradedOption.ts b/sdk/model/exchangeTradedOption.ts index 987d6abacb5..da0d053fac3 100644 --- a/sdk/model/exchangeTradedOption.ts +++ b/sdk/model/exchangeTradedOption.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exchangeTradedOptionAllOf.ts b/sdk/model/exchangeTradedOptionAllOf.ts index 739f5fb8035..0288701067b 100644 --- a/sdk/model/exchangeTradedOptionAllOf.ts +++ b/sdk/model/exchangeTradedOptionAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exchangeTradedOptionContractDetails.ts b/sdk/model/exchangeTradedOptionContractDetails.ts index 5b2e8d9a481..4b037e563c1 100644 --- a/sdk/model/exchangeTradedOptionContractDetails.ts +++ b/sdk/model/exchangeTradedOptionContractDetails.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/execution.ts b/sdk/model/execution.ts index 6f303d08a2a..8d31cd4a621 100644 --- a/sdk/model/execution.ts +++ b/sdk/model/execution.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/executionRequest.ts b/sdk/model/executionRequest.ts index 3d2810f2aeb..81cb4cc3a5a 100644 --- a/sdk/model/executionRequest.ts +++ b/sdk/model/executionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/executionSetRequest.ts b/sdk/model/executionSetRequest.ts index 718de69836f..e3432387182 100644 --- a/sdk/model/executionSetRequest.ts +++ b/sdk/model/executionSetRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exerciseEvent.ts b/sdk/model/exerciseEvent.ts index d83710a8de6..a1256131eda 100644 --- a/sdk/model/exerciseEvent.ts +++ b/sdk/model/exerciseEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exerciseEventAllOf.ts b/sdk/model/exerciseEventAllOf.ts index 3cd45cd8328..7decc2c2ce6 100644 --- a/sdk/model/exerciseEventAllOf.ts +++ b/sdk/model/exerciseEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exoticInstrument.ts b/sdk/model/exoticInstrument.ts index abc86d7018a..2e50828d20a 100644 --- a/sdk/model/exoticInstrument.ts +++ b/sdk/model/exoticInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/exoticInstrumentAllOf.ts b/sdk/model/exoticInstrumentAllOf.ts index 7f4f2ca27cc..2437dcfc135 100644 --- a/sdk/model/exoticInstrumentAllOf.ts +++ b/sdk/model/exoticInstrumentAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/expandedGroup.ts b/sdk/model/expandedGroup.ts index 9cea3c169af..7df4507cb25 100644 --- a/sdk/model/expandedGroup.ts +++ b/sdk/model/expandedGroup.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/expiryEvent.ts b/sdk/model/expiryEvent.ts index ab01ffa5f83..efd1dd31850 100644 --- a/sdk/model/expiryEvent.ts +++ b/sdk/model/expiryEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/expiryEventAllOf.ts b/sdk/model/expiryEventAllOf.ts index 5eab31c91bd..b402019be00 100644 --- a/sdk/model/expiryEventAllOf.ts +++ b/sdk/model/expiryEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fieldDefinition.ts b/sdk/model/fieldDefinition.ts index 0e020f3eb6d..c6eccae0d2e 100644 --- a/sdk/model/fieldDefinition.ts +++ b/sdk/model/fieldDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fieldSchema.ts b/sdk/model/fieldSchema.ts index d0238f2168e..a523ef08e6f 100644 --- a/sdk/model/fieldSchema.ts +++ b/sdk/model/fieldSchema.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fieldValue.ts b/sdk/model/fieldValue.ts index 1203ceab51a..c21a27b53b1 100644 --- a/sdk/model/fieldValue.ts +++ b/sdk/model/fieldValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fileResponse.ts b/sdk/model/fileResponse.ts index d32c5f7f885..b7b1c191194 100644 --- a/sdk/model/fileResponse.ts +++ b/sdk/model/fileResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/filterPredicateComplianceParameter.ts b/sdk/model/filterPredicateComplianceParameter.ts index 30de1a4e4f6..8141266ec04 100644 --- a/sdk/model/filterPredicateComplianceParameter.ts +++ b/sdk/model/filterPredicateComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/filterPredicateComplianceParameterAllOf.ts b/sdk/model/filterPredicateComplianceParameterAllOf.ts index d55493dd411..f8a387c0ae1 100644 --- a/sdk/model/filterPredicateComplianceParameterAllOf.ts +++ b/sdk/model/filterPredicateComplianceParameterAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/filterStep.ts b/sdk/model/filterStep.ts index 46d8bcf801a..0aa47037078 100644 --- a/sdk/model/filterStep.ts +++ b/sdk/model/filterStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/filterStepRequest.ts b/sdk/model/filterStepRequest.ts index 36bdaa7de53..049960488d3 100644 --- a/sdk/model/filterStepRequest.ts +++ b/sdk/model/filterStepRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fixedLeg.ts b/sdk/model/fixedLeg.ts index 56234d34b73..157ace5b9db 100644 --- a/sdk/model/fixedLeg.ts +++ b/sdk/model/fixedLeg.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fixedLegAllOf.ts b/sdk/model/fixedLegAllOf.ts index 1fb0131d23d..9ae5dd65a16 100644 --- a/sdk/model/fixedLegAllOf.ts +++ b/sdk/model/fixedLegAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fixedLegAllOfOverrides.ts b/sdk/model/fixedLegAllOfOverrides.ts index e9da77d7fea..ec03a8524fa 100644 --- a/sdk/model/fixedLegAllOfOverrides.ts +++ b/sdk/model/fixedLegAllOfOverrides.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/flexibleLoan.ts b/sdk/model/flexibleLoan.ts index 0f3b0a32b43..d454179feff 100644 --- a/sdk/model/flexibleLoan.ts +++ b/sdk/model/flexibleLoan.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/flexibleLoanAllOf.ts b/sdk/model/flexibleLoanAllOf.ts index eb805228c2a..ca9071edebc 100644 --- a/sdk/model/flexibleLoanAllOf.ts +++ b/sdk/model/flexibleLoanAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/floatingLeg.ts b/sdk/model/floatingLeg.ts index 66dbd039bae..41433077a19 100644 --- a/sdk/model/floatingLeg.ts +++ b/sdk/model/floatingLeg.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/floatingLegAllOf.ts b/sdk/model/floatingLegAllOf.ts index 57ffc73a02f..e08130a30fc 100644 --- a/sdk/model/floatingLegAllOf.ts +++ b/sdk/model/floatingLegAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/flowConventionName.ts b/sdk/model/flowConventionName.ts index 2435b288f76..e06a512f962 100644 --- a/sdk/model/flowConventionName.ts +++ b/sdk/model/flowConventionName.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/flowConventions.ts b/sdk/model/flowConventions.ts index a677825ae05..8fd7c0e7698 100644 --- a/sdk/model/flowConventions.ts +++ b/sdk/model/flowConventions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/forwardRateAgreement.ts b/sdk/model/forwardRateAgreement.ts index 7b7b9efa594..2e26b09d587 100644 --- a/sdk/model/forwardRateAgreement.ts +++ b/sdk/model/forwardRateAgreement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/forwardRateAgreementAllOf.ts b/sdk/model/forwardRateAgreementAllOf.ts index 9242a2b44c6..134a527b22d 100644 --- a/sdk/model/forwardRateAgreementAllOf.ts +++ b/sdk/model/forwardRateAgreementAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fundIdList.ts b/sdk/model/fundIdList.ts index d13da3ac7d0..243d254060b 100644 --- a/sdk/model/fundIdList.ts +++ b/sdk/model/fundIdList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fundIdListAllOf.ts b/sdk/model/fundIdListAllOf.ts index ec93651e964..34bfff5d56b 100644 --- a/sdk/model/fundIdListAllOf.ts +++ b/sdk/model/fundIdListAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fundShareClass.ts b/sdk/model/fundShareClass.ts index 634f615aefc..2f90ea54e34 100644 --- a/sdk/model/fundShareClass.ts +++ b/sdk/model/fundShareClass.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fundShareClassAllOf.ts b/sdk/model/fundShareClassAllOf.ts index c23111c1d77..b97767d8c55 100644 --- a/sdk/model/fundShareClassAllOf.ts +++ b/sdk/model/fundShareClassAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fundingLeg.ts b/sdk/model/fundingLeg.ts index b7ef58c15c3..ff96fa88b81 100644 --- a/sdk/model/fundingLeg.ts +++ b/sdk/model/fundingLeg.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fundingLegAllOf.ts b/sdk/model/fundingLegAllOf.ts index 4b4f48ce1bb..26d3afb8659 100644 --- a/sdk/model/fundingLegAllOf.ts +++ b/sdk/model/fundingLegAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/future.ts b/sdk/model/future.ts index d64301aaf24..12e492a73d1 100644 --- a/sdk/model/future.ts +++ b/sdk/model/future.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/futureAllOf.ts b/sdk/model/futureAllOf.ts index 978f2e1659c..7ba722a149b 100644 --- a/sdk/model/futureAllOf.ts +++ b/sdk/model/futureAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/futureExpiryEvent.ts b/sdk/model/futureExpiryEvent.ts index 7ff066b13e2..9ba9201ce40 100644 --- a/sdk/model/futureExpiryEvent.ts +++ b/sdk/model/futureExpiryEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/futureExpiryEventAllOf.ts b/sdk/model/futureExpiryEventAllOf.ts index 6493e717b18..9558737661b 100644 --- a/sdk/model/futureExpiryEventAllOf.ts +++ b/sdk/model/futureExpiryEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/futuresContractDetails.ts b/sdk/model/futuresContractDetails.ts index 3a22fd2d218..97ee79cd4cc 100644 --- a/sdk/model/futuresContractDetails.ts +++ b/sdk/model/futuresContractDetails.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxConventions.ts b/sdk/model/fxConventions.ts index dc8c02787d5..7a1f341a3e6 100644 --- a/sdk/model/fxConventions.ts +++ b/sdk/model/fxConventions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxDependency.ts b/sdk/model/fxDependency.ts index 02f85b68d87..917561376e8 100644 --- a/sdk/model/fxDependency.ts +++ b/sdk/model/fxDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxDependencyAllOf.ts b/sdk/model/fxDependencyAllOf.ts index 2854397da88..d346233dc5f 100644 --- a/sdk/model/fxDependencyAllOf.ts +++ b/sdk/model/fxDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForward.ts b/sdk/model/fxForward.ts index 274b7471fb3..960869523f5 100644 --- a/sdk/model/fxForward.ts +++ b/sdk/model/fxForward.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardAllOf.ts b/sdk/model/fxForwardAllOf.ts index 80c5168e409..81a453c3bed 100644 --- a/sdk/model/fxForwardAllOf.ts +++ b/sdk/model/fxForwardAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardCurveByQuoteReference.ts b/sdk/model/fxForwardCurveByQuoteReference.ts index 258c3d525b3..339eb7353c7 100644 --- a/sdk/model/fxForwardCurveByQuoteReference.ts +++ b/sdk/model/fxForwardCurveByQuoteReference.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardCurveByQuoteReferenceAllOf.ts b/sdk/model/fxForwardCurveByQuoteReferenceAllOf.ts index 1544719c75c..9101abf52c6 100644 --- a/sdk/model/fxForwardCurveByQuoteReferenceAllOf.ts +++ b/sdk/model/fxForwardCurveByQuoteReferenceAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardCurveData.ts b/sdk/model/fxForwardCurveData.ts index 7b8485df636..545ccffc211 100644 --- a/sdk/model/fxForwardCurveData.ts +++ b/sdk/model/fxForwardCurveData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardCurveDataAllOf.ts b/sdk/model/fxForwardCurveDataAllOf.ts index 9bd14829047..965c642f221 100644 --- a/sdk/model/fxForwardCurveDataAllOf.ts +++ b/sdk/model/fxForwardCurveDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardModelOptions.ts b/sdk/model/fxForwardModelOptions.ts index 54792e8039c..ba31b6bfe8c 100644 --- a/sdk/model/fxForwardModelOptions.ts +++ b/sdk/model/fxForwardModelOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardModelOptionsAllOf.ts b/sdk/model/fxForwardModelOptionsAllOf.ts index b55de293459..aa828d781a3 100644 --- a/sdk/model/fxForwardModelOptionsAllOf.ts +++ b/sdk/model/fxForwardModelOptionsAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardPipsCurveData.ts b/sdk/model/fxForwardPipsCurveData.ts index 9609fa8f6a5..ee4b2628409 100644 --- a/sdk/model/fxForwardPipsCurveData.ts +++ b/sdk/model/fxForwardPipsCurveData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardPipsCurveDataAllOf.ts b/sdk/model/fxForwardPipsCurveDataAllOf.ts index dd7fe5ff786..0d73234aaa9 100644 --- a/sdk/model/fxForwardPipsCurveDataAllOf.ts +++ b/sdk/model/fxForwardPipsCurveDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardSettlementEvent.ts b/sdk/model/fxForwardSettlementEvent.ts index e9cc6529513..cd0f6b70c9b 100644 --- a/sdk/model/fxForwardSettlementEvent.ts +++ b/sdk/model/fxForwardSettlementEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardSettlementEventAllOf.ts b/sdk/model/fxForwardSettlementEventAllOf.ts index 8b8d793004d..02313dc09b7 100644 --- a/sdk/model/fxForwardSettlementEventAllOf.ts +++ b/sdk/model/fxForwardSettlementEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardTenorCurveData.ts b/sdk/model/fxForwardTenorCurveData.ts index a3d7a1c57de..53475a7f389 100644 --- a/sdk/model/fxForwardTenorCurveData.ts +++ b/sdk/model/fxForwardTenorCurveData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardTenorCurveDataAllOf.ts b/sdk/model/fxForwardTenorCurveDataAllOf.ts index 863ba8ae109..9b4de2ea938 100644 --- a/sdk/model/fxForwardTenorCurveDataAllOf.ts +++ b/sdk/model/fxForwardTenorCurveDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardTenorPipsCurveData.ts b/sdk/model/fxForwardTenorPipsCurveData.ts index 6f22735cc62..8efd27f2be4 100644 --- a/sdk/model/fxForwardTenorPipsCurveData.ts +++ b/sdk/model/fxForwardTenorPipsCurveData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardTenorPipsCurveDataAllOf.ts b/sdk/model/fxForwardTenorPipsCurveDataAllOf.ts index d40d6787883..e1dfd2c63ac 100644 --- a/sdk/model/fxForwardTenorPipsCurveDataAllOf.ts +++ b/sdk/model/fxForwardTenorPipsCurveDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardsDependency.ts b/sdk/model/fxForwardsDependency.ts index 1cbd3f36b33..c4bad60b805 100644 --- a/sdk/model/fxForwardsDependency.ts +++ b/sdk/model/fxForwardsDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxForwardsDependencyAllOf.ts b/sdk/model/fxForwardsDependencyAllOf.ts index 324ef10c508..b3240528e0a 100644 --- a/sdk/model/fxForwardsDependencyAllOf.ts +++ b/sdk/model/fxForwardsDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxLinkedNotionalSchedule.ts b/sdk/model/fxLinkedNotionalSchedule.ts index b15b70ffa34..a7a55cfe114 100644 --- a/sdk/model/fxLinkedNotionalSchedule.ts +++ b/sdk/model/fxLinkedNotionalSchedule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxLinkedNotionalScheduleAllOf.ts b/sdk/model/fxLinkedNotionalScheduleAllOf.ts index 8f3c014cbe0..d56a889c47c 100644 --- a/sdk/model/fxLinkedNotionalScheduleAllOf.ts +++ b/sdk/model/fxLinkedNotionalScheduleAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxOption.ts b/sdk/model/fxOption.ts index 8345d34f276..d7a216cb212 100644 --- a/sdk/model/fxOption.ts +++ b/sdk/model/fxOption.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxOptionAllOf.ts b/sdk/model/fxOptionAllOf.ts index 07f35328832..ad35ef89d73 100644 --- a/sdk/model/fxOptionAllOf.ts +++ b/sdk/model/fxOptionAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxSwap.ts b/sdk/model/fxSwap.ts index 7d88884f509..8a3f1a76b7a 100644 --- a/sdk/model/fxSwap.ts +++ b/sdk/model/fxSwap.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxSwapAllOf.ts b/sdk/model/fxSwapAllOf.ts index 84a0e6cef82..329969c44ce 100644 --- a/sdk/model/fxSwapAllOf.ts +++ b/sdk/model/fxSwapAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxTenorConvention.ts b/sdk/model/fxTenorConvention.ts index 7f38dc68b2d..42f0f76bda2 100644 --- a/sdk/model/fxTenorConvention.ts +++ b/sdk/model/fxTenorConvention.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxVolDependency.ts b/sdk/model/fxVolDependency.ts index aea8a9aa3ee..88c166f0548 100644 --- a/sdk/model/fxVolDependency.ts +++ b/sdk/model/fxVolDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxVolDependencyAllOf.ts b/sdk/model/fxVolDependencyAllOf.ts index 22bdb3b0658..e1c14059258 100644 --- a/sdk/model/fxVolDependencyAllOf.ts +++ b/sdk/model/fxVolDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/fxVolSurfaceData.ts b/sdk/model/fxVolSurfaceData.ts index a86522d089d..af24f3a9d82 100644 --- a/sdk/model/fxVolSurfaceData.ts +++ b/sdk/model/fxVolSurfaceData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getComplexMarketDataResponse.ts b/sdk/model/getComplexMarketDataResponse.ts index c96f39c3896..314e53d7c85 100644 --- a/sdk/model/getComplexMarketDataResponse.ts +++ b/sdk/model/getComplexMarketDataResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getCounterpartyAgreementResponse.ts b/sdk/model/getCounterpartyAgreementResponse.ts index f05e64449e3..29c75535d45 100644 --- a/sdk/model/getCounterpartyAgreementResponse.ts +++ b/sdk/model/getCounterpartyAgreementResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getCreditSupportAnnexResponse.ts b/sdk/model/getCreditSupportAnnexResponse.ts index 452c0919b8a..ad4ede96db5 100644 --- a/sdk/model/getCreditSupportAnnexResponse.ts +++ b/sdk/model/getCreditSupportAnnexResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getInstrumentsResponse.ts b/sdk/model/getInstrumentsResponse.ts index f64002a867c..ae73d21fe29 100644 --- a/sdk/model/getInstrumentsResponse.ts +++ b/sdk/model/getInstrumentsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getQuotesResponse.ts b/sdk/model/getQuotesResponse.ts index 79ac953bcb4..542efc98f3f 100644 --- a/sdk/model/getQuotesResponse.ts +++ b/sdk/model/getQuotesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getRecipeResponse.ts b/sdk/model/getRecipeResponse.ts index 65e4fb32c91..a5ae7fa08c6 100644 --- a/sdk/model/getRecipeResponse.ts +++ b/sdk/model/getRecipeResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getReferencePortfolioConstituentsResponse.ts b/sdk/model/getReferencePortfolioConstituentsResponse.ts index fbe087a3700..279c6238f34 100644 --- a/sdk/model/getReferencePortfolioConstituentsResponse.ts +++ b/sdk/model/getReferencePortfolioConstituentsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/getStructuredResultDataResponse.ts b/sdk/model/getStructuredResultDataResponse.ts index 7e5db2abce9..a8b8ee74327 100644 --- a/sdk/model/getStructuredResultDataResponse.ts +++ b/sdk/model/getStructuredResultDataResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupBySelectorComplianceParameter.ts b/sdk/model/groupBySelectorComplianceParameter.ts index 18b5cea4aa1..66c343621ea 100644 --- a/sdk/model/groupBySelectorComplianceParameter.ts +++ b/sdk/model/groupBySelectorComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupByStep.ts b/sdk/model/groupByStep.ts index ee389db5cb6..73ff5557f8b 100644 --- a/sdk/model/groupByStep.ts +++ b/sdk/model/groupByStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupByStepRequest.ts b/sdk/model/groupByStepRequest.ts index 0d3cd45344e..3727fe291df 100644 --- a/sdk/model/groupByStepRequest.ts +++ b/sdk/model/groupByStepRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupCalculationComplianceParameter.ts b/sdk/model/groupCalculationComplianceParameter.ts index 6d85ba23fed..7db8cd6ae7a 100644 --- a/sdk/model/groupCalculationComplianceParameter.ts +++ b/sdk/model/groupCalculationComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupFilterPredicateComplianceParameter.ts b/sdk/model/groupFilterPredicateComplianceParameter.ts index 741629d9806..bff55ecf3c5 100644 --- a/sdk/model/groupFilterPredicateComplianceParameter.ts +++ b/sdk/model/groupFilterPredicateComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupFilterStep.ts b/sdk/model/groupFilterStep.ts index 9321f6d0b0a..15479239712 100644 --- a/sdk/model/groupFilterStep.ts +++ b/sdk/model/groupFilterStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupFilterStepAllOf.ts b/sdk/model/groupFilterStepAllOf.ts index da5c6ad886a..677e96f5067 100644 --- a/sdk/model/groupFilterStepAllOf.ts +++ b/sdk/model/groupFilterStepAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupFilterStepRequest.ts b/sdk/model/groupFilterStepRequest.ts index 1603b0ffbad..f9d306632dc 100644 --- a/sdk/model/groupFilterStepRequest.ts +++ b/sdk/model/groupFilterStepRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/groupOfMarketDataKeyRules.ts b/sdk/model/groupOfMarketDataKeyRules.ts index c8dba92941b..02c12fed714 100644 --- a/sdk/model/groupOfMarketDataKeyRules.ts +++ b/sdk/model/groupOfMarketDataKeyRules.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingAdjustment.ts b/sdk/model/holdingAdjustment.ts index 75c8e990144..94d35ffb739 100644 --- a/sdk/model/holdingAdjustment.ts +++ b/sdk/model/holdingAdjustment.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingAdjustmentWithDate.ts b/sdk/model/holdingAdjustmentWithDate.ts index 5eebdfa784a..e44591df3a4 100644 --- a/sdk/model/holdingAdjustmentWithDate.ts +++ b/sdk/model/holdingAdjustmentWithDate.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingContext.ts b/sdk/model/holdingContext.ts index cc851439202..a30a7394fa7 100644 --- a/sdk/model/holdingContext.ts +++ b/sdk/model/holdingContext.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingContributor.ts b/sdk/model/holdingContributor.ts index a12ff4fe24f..217f6f86ee0 100644 --- a/sdk/model/holdingContributor.ts +++ b/sdk/model/holdingContributor.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingIdsRequest.ts b/sdk/model/holdingIdsRequest.ts index 902635b0b07..0e067050367 100644 --- a/sdk/model/holdingIdsRequest.ts +++ b/sdk/model/holdingIdsRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingPricingInfo.ts b/sdk/model/holdingPricingInfo.ts index 3edeb688e17..522aad6f99d 100644 --- a/sdk/model/holdingPricingInfo.ts +++ b/sdk/model/holdingPricingInfo.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingsAdjustment.ts b/sdk/model/holdingsAdjustment.ts index 10fb101fa9a..35b842ac6e1 100644 --- a/sdk/model/holdingsAdjustment.ts +++ b/sdk/model/holdingsAdjustment.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/holdingsAdjustmentHeader.ts b/sdk/model/holdingsAdjustmentHeader.ts index b66921abdde..bfca88db2a0 100644 --- a/sdk/model/holdingsAdjustmentHeader.ts +++ b/sdk/model/holdingsAdjustmentHeader.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/iUnitDefinitionDto.ts b/sdk/model/iUnitDefinitionDto.ts index 164a1f36a8b..51e64aab987 100644 --- a/sdk/model/iUnitDefinitionDto.ts +++ b/sdk/model/iUnitDefinitionDto.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/idSelectorDefinition.ts b/sdk/model/idSelectorDefinition.ts index 04f1ccca936..9f37c988953 100644 --- a/sdk/model/idSelectorDefinition.ts +++ b/sdk/model/idSelectorDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/identifierPartSchema.ts b/sdk/model/identifierPartSchema.ts index 988b348c8cb..25fe3b4c204 100644 --- a/sdk/model/identifierPartSchema.ts +++ b/sdk/model/identifierPartSchema.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/indexConvention.ts b/sdk/model/indexConvention.ts index 67f6d62994a..d45011f4765 100644 --- a/sdk/model/indexConvention.ts +++ b/sdk/model/indexConvention.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/indexModelOptions.ts b/sdk/model/indexModelOptions.ts index 9d02f780efb..eab2d899019 100644 --- a/sdk/model/indexModelOptions.ts +++ b/sdk/model/indexModelOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/indexModelOptionsAllOf.ts b/sdk/model/indexModelOptionsAllOf.ts index d484e93b10f..ef27db11b76 100644 --- a/sdk/model/indexModelOptionsAllOf.ts +++ b/sdk/model/indexModelOptionsAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/indexProjectionDependency.ts b/sdk/model/indexProjectionDependency.ts index 45afbc898d3..efd93f0283d 100644 --- a/sdk/model/indexProjectionDependency.ts +++ b/sdk/model/indexProjectionDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/indexProjectionDependencyAllOf.ts b/sdk/model/indexProjectionDependencyAllOf.ts index da675840d46..ac69e26c898 100644 --- a/sdk/model/indexProjectionDependencyAllOf.ts +++ b/sdk/model/indexProjectionDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/industryClassifier.ts b/sdk/model/industryClassifier.ts index 1f3f90ae72c..48dfc63f080 100644 --- a/sdk/model/industryClassifier.ts +++ b/sdk/model/industryClassifier.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationFixingDependency.ts b/sdk/model/inflationFixingDependency.ts index f5f86076a6e..1a3c1c71a96 100644 --- a/sdk/model/inflationFixingDependency.ts +++ b/sdk/model/inflationFixingDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationFixingDependencyAllOf.ts b/sdk/model/inflationFixingDependencyAllOf.ts index 4cb90b3df6b..f1830b5c51c 100644 --- a/sdk/model/inflationFixingDependencyAllOf.ts +++ b/sdk/model/inflationFixingDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationIndexConventions.ts b/sdk/model/inflationIndexConventions.ts index bdda0bedd26..36e754df320 100644 --- a/sdk/model/inflationIndexConventions.ts +++ b/sdk/model/inflationIndexConventions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationLeg.ts b/sdk/model/inflationLeg.ts index 1eee8eaa916..08575371606 100644 --- a/sdk/model/inflationLeg.ts +++ b/sdk/model/inflationLeg.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationLegAllOf.ts b/sdk/model/inflationLegAllOf.ts index 18249e31ded..79adbcdffc9 100644 --- a/sdk/model/inflationLegAllOf.ts +++ b/sdk/model/inflationLegAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationLinkedBond.ts b/sdk/model/inflationLinkedBond.ts index 37437659c09..ce27c24eb95 100644 --- a/sdk/model/inflationLinkedBond.ts +++ b/sdk/model/inflationLinkedBond.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationLinkedBondAllOf.ts b/sdk/model/inflationLinkedBondAllOf.ts index 6ae43bbbb86..c5afcff61d3 100644 --- a/sdk/model/inflationLinkedBondAllOf.ts +++ b/sdk/model/inflationLinkedBondAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationSwap.ts b/sdk/model/inflationSwap.ts index 8e698881933..6ca7ab550d8 100644 --- a/sdk/model/inflationSwap.ts +++ b/sdk/model/inflationSwap.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inflationSwapAllOf.ts b/sdk/model/inflationSwapAllOf.ts index f35e0f77e1f..fec51a9d020 100644 --- a/sdk/model/inflationSwapAllOf.ts +++ b/sdk/model/inflationSwapAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/informationalErrorEvent.ts b/sdk/model/informationalErrorEvent.ts index fd1bef6c821..4d272bcc3cb 100644 --- a/sdk/model/informationalErrorEvent.ts +++ b/sdk/model/informationalErrorEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/informationalErrorEventAllOf.ts b/sdk/model/informationalErrorEventAllOf.ts index d71a53bd10b..f6a3a30c343 100644 --- a/sdk/model/informationalErrorEventAllOf.ts +++ b/sdk/model/informationalErrorEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/informationalEvent.ts b/sdk/model/informationalEvent.ts index 0715c9037b1..8f5d23c7f12 100644 --- a/sdk/model/informationalEvent.ts +++ b/sdk/model/informationalEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/informationalEventAllOf.ts b/sdk/model/informationalEventAllOf.ts index 45ed2d56dc6..33d23bb269b 100644 --- a/sdk/model/informationalEventAllOf.ts +++ b/sdk/model/informationalEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inlineValuationRequest.ts b/sdk/model/inlineValuationRequest.ts index 32e1163abb5..5d3a189860d 100644 --- a/sdk/model/inlineValuationRequest.ts +++ b/sdk/model/inlineValuationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inlineValuationsReconciliationRequest.ts b/sdk/model/inlineValuationsReconciliationRequest.ts index e72a4a5abd2..2a8a367cea7 100644 --- a/sdk/model/inlineValuationsReconciliationRequest.ts +++ b/sdk/model/inlineValuationsReconciliationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/inputTransition.ts b/sdk/model/inputTransition.ts index e1acbddb4a6..7e233865558 100644 --- a/sdk/model/inputTransition.ts +++ b/sdk/model/inputTransition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrument.ts b/sdk/model/instrument.ts index d5dae5d1f22..6dd32f4206d 100644 --- a/sdk/model/instrument.ts +++ b/sdk/model/instrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentCashFlow.ts b/sdk/model/instrumentCashFlow.ts index 9ae225afe84..f5fdcf48df9 100644 --- a/sdk/model/instrumentCashFlow.ts +++ b/sdk/model/instrumentCashFlow.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentDefinition.ts b/sdk/model/instrumentDefinition.ts index 713d3983f18..123de2d7cd5 100644 --- a/sdk/model/instrumentDefinition.ts +++ b/sdk/model/instrumentDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentDefinitionFormat.ts b/sdk/model/instrumentDefinitionFormat.ts index 2db77fc8f14..843e658c498 100644 --- a/sdk/model/instrumentDefinitionFormat.ts +++ b/sdk/model/instrumentDefinitionFormat.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentEvent.ts b/sdk/model/instrumentEvent.ts index a0041f9b012..f18054a4013 100644 --- a/sdk/model/instrumentEvent.ts +++ b/sdk/model/instrumentEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentEventConfiguration.ts b/sdk/model/instrumentEventConfiguration.ts index 177115955db..6c2abcff1ed 100644 --- a/sdk/model/instrumentEventConfiguration.ts +++ b/sdk/model/instrumentEventConfiguration.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentEventHolder.ts b/sdk/model/instrumentEventHolder.ts index bcf969a1231..e003e7a76bb 100644 --- a/sdk/model/instrumentEventHolder.ts +++ b/sdk/model/instrumentEventHolder.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentEventInstruction.ts b/sdk/model/instrumentEventInstruction.ts index 3402f13789e..ae5e1498023 100644 --- a/sdk/model/instrumentEventInstruction.ts +++ b/sdk/model/instrumentEventInstruction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentEventInstructionRequest.ts b/sdk/model/instrumentEventInstructionRequest.ts index dd8f523a64a..25ee38432ca 100644 --- a/sdk/model/instrumentEventInstructionRequest.ts +++ b/sdk/model/instrumentEventInstructionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentEventInstructionsResponse.ts b/sdk/model/instrumentEventInstructionsResponse.ts index c5947c7ea04..eae0086e2f2 100644 --- a/sdk/model/instrumentEventInstructionsResponse.ts +++ b/sdk/model/instrumentEventInstructionsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentIdTypeDescriptor.ts b/sdk/model/instrumentIdTypeDescriptor.ts index db3c94cfdc5..78fa1f9ea1e 100644 --- a/sdk/model/instrumentIdTypeDescriptor.ts +++ b/sdk/model/instrumentIdTypeDescriptor.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentIdValue.ts b/sdk/model/instrumentIdValue.ts index 069874a5cd3..7a8a52e2794 100644 --- a/sdk/model/instrumentIdValue.ts +++ b/sdk/model/instrumentIdValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentLeg.ts b/sdk/model/instrumentLeg.ts index 25f9f54f1fb..220ccb68450 100644 --- a/sdk/model/instrumentLeg.ts +++ b/sdk/model/instrumentLeg.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentLegAllOf.ts b/sdk/model/instrumentLegAllOf.ts index 5e9b7ba4270..f5735556351 100644 --- a/sdk/model/instrumentLegAllOf.ts +++ b/sdk/model/instrumentLegAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentList.ts b/sdk/model/instrumentList.ts index 0e50bb2197f..e99e8708dc2 100644 --- a/sdk/model/instrumentList.ts +++ b/sdk/model/instrumentList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentListAllOf.ts b/sdk/model/instrumentListAllOf.ts index 45eebcec7b6..54de5f13840 100644 --- a/sdk/model/instrumentListAllOf.ts +++ b/sdk/model/instrumentListAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentListComplianceParameter.ts b/sdk/model/instrumentListComplianceParameter.ts index 70cb2549c99..fe6fa8838f5 100644 --- a/sdk/model/instrumentListComplianceParameter.ts +++ b/sdk/model/instrumentListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentMatch.ts b/sdk/model/instrumentMatch.ts index 25e36217ef8..1afbf36ce6e 100644 --- a/sdk/model/instrumentMatch.ts +++ b/sdk/model/instrumentMatch.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentModels.ts b/sdk/model/instrumentModels.ts index 85b19d076ee..4fb799eaea5 100644 --- a/sdk/model/instrumentModels.ts +++ b/sdk/model/instrumentModels.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentProperties.ts b/sdk/model/instrumentProperties.ts index ecbfebbf5d0..eada9ad5415 100644 --- a/sdk/model/instrumentProperties.ts +++ b/sdk/model/instrumentProperties.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/instrumentSearchProperty.ts b/sdk/model/instrumentSearchProperty.ts index 849b22c2039..233bcc12851 100644 --- a/sdk/model/instrumentSearchProperty.ts +++ b/sdk/model/instrumentSearchProperty.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/interestRateSwap.ts b/sdk/model/interestRateSwap.ts index 1508c506bc1..e926ed69ec0 100644 --- a/sdk/model/interestRateSwap.ts +++ b/sdk/model/interestRateSwap.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/interestRateSwapAllOf.ts b/sdk/model/interestRateSwapAllOf.ts index 1f8cf82fa16..3d9e6608698 100644 --- a/sdk/model/interestRateSwapAllOf.ts +++ b/sdk/model/interestRateSwapAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/interestRateSwaption.ts b/sdk/model/interestRateSwaption.ts index 2d501e055c6..c2c34fea334 100644 --- a/sdk/model/interestRateSwaption.ts +++ b/sdk/model/interestRateSwaption.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/interestRateSwaptionAllOf.ts b/sdk/model/interestRateSwaptionAllOf.ts index d6a09a6a54b..19bdb532324 100644 --- a/sdk/model/interestRateSwaptionAllOf.ts +++ b/sdk/model/interestRateSwaptionAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/intermediateSecuritiesDistributionEvent.ts b/sdk/model/intermediateSecuritiesDistributionEvent.ts index 8a5a816e703..4f859a860d3 100644 --- a/sdk/model/intermediateSecuritiesDistributionEvent.ts +++ b/sdk/model/intermediateSecuritiesDistributionEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/intermediateSecuritiesDistributionEventAllOf.ts b/sdk/model/intermediateSecuritiesDistributionEventAllOf.ts index 99edf691bb8..550ec51b721 100644 --- a/sdk/model/intermediateSecuritiesDistributionEventAllOf.ts +++ b/sdk/model/intermediateSecuritiesDistributionEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/irVolCubeData.ts b/sdk/model/irVolCubeData.ts index c7f7b2de227..98460aac29f 100644 --- a/sdk/model/irVolCubeData.ts +++ b/sdk/model/irVolCubeData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/irVolCubeDataAllOf.ts b/sdk/model/irVolCubeDataAllOf.ts index 8823837e698..f352ccc7c41 100644 --- a/sdk/model/irVolCubeDataAllOf.ts +++ b/sdk/model/irVolCubeDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/irVolDependency.ts b/sdk/model/irVolDependency.ts index 3d4de78a00e..ada168910c7 100644 --- a/sdk/model/irVolDependency.ts +++ b/sdk/model/irVolDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/irVolDependencyAllOf.ts b/sdk/model/irVolDependencyAllOf.ts index 48c8583a2e3..257ae0c0dfb 100644 --- a/sdk/model/irVolDependencyAllOf.ts +++ b/sdk/model/irVolDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/isBusinessDayResponse.ts b/sdk/model/isBusinessDayResponse.ts index 1f3a75ce5f4..3726b6825e3 100644 --- a/sdk/model/isBusinessDayResponse.ts +++ b/sdk/model/isBusinessDayResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/labelValueSet.ts b/sdk/model/labelValueSet.ts index e8d90c35aba..aaf47e20cde 100644 --- a/sdk/model/labelValueSet.ts +++ b/sdk/model/labelValueSet.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lapseElection.ts b/sdk/model/lapseElection.ts index e3c97f1b767..ad6e5d61896 100644 --- a/sdk/model/lapseElection.ts +++ b/sdk/model/lapseElection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/legDefinition.ts b/sdk/model/legDefinition.ts index ed41fcfcd42..ff5aea81415 100644 --- a/sdk/model/legDefinition.ts +++ b/sdk/model/legDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/legalEntity.ts b/sdk/model/legalEntity.ts index 23b42c62d4a..3b5ad699790 100644 --- a/sdk/model/legalEntity.ts +++ b/sdk/model/legalEntity.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/levelStep.ts b/sdk/model/levelStep.ts index 1c8fac47f2c..fc9f97d3530 100644 --- a/sdk/model/levelStep.ts +++ b/sdk/model/levelStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lifeCycleEventLineage.ts b/sdk/model/lifeCycleEventLineage.ts index 607bc19156e..a004f8724d8 100644 --- a/sdk/model/lifeCycleEventLineage.ts +++ b/sdk/model/lifeCycleEventLineage.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lifeCycleEventValue.ts b/sdk/model/lifeCycleEventValue.ts index fb6762dc5a8..d539dd2aceb 100644 --- a/sdk/model/lifeCycleEventValue.ts +++ b/sdk/model/lifeCycleEventValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lifeCycleEventValueAllOf.ts b/sdk/model/lifeCycleEventValueAllOf.ts index 1fcb4e6ee2c..e87d9d3ea2a 100644 --- a/sdk/model/lifeCycleEventValueAllOf.ts +++ b/sdk/model/lifeCycleEventValueAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lineageMember.ts b/sdk/model/lineageMember.ts index 611a763b040..545a7ace1a9 100644 --- a/sdk/model/lineageMember.ts +++ b/sdk/model/lineageMember.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/link.ts b/sdk/model/link.ts index 453486faf3d..8631a02b8da 100644 --- a/sdk/model/link.ts +++ b/sdk/model/link.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/listAggregationReconciliation.ts b/sdk/model/listAggregationReconciliation.ts index d80d948cd71..c890f279ad8 100644 --- a/sdk/model/listAggregationReconciliation.ts +++ b/sdk/model/listAggregationReconciliation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/listAggregationResponse.ts b/sdk/model/listAggregationResponse.ts index 4e5a536e323..8caaef8958d 100644 --- a/sdk/model/listAggregationResponse.ts +++ b/sdk/model/listAggregationResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/loanFacility.ts b/sdk/model/loanFacility.ts index 94e0afc6626..d93c436d703 100644 --- a/sdk/model/loanFacility.ts +++ b/sdk/model/loanFacility.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/loanFacilityAllOf.ts b/sdk/model/loanFacilityAllOf.ts index dd244917b1d..938b491a0df 100644 --- a/sdk/model/loanFacilityAllOf.ts +++ b/sdk/model/loanFacilityAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/loanPeriod.ts b/sdk/model/loanPeriod.ts index 8dc973ff3d5..f9d25f5dd7d 100644 --- a/sdk/model/loanPeriod.ts +++ b/sdk/model/loanPeriod.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lusidInstrument.ts b/sdk/model/lusidInstrument.ts index 0746c844318..02762d46987 100644 --- a/sdk/model/lusidInstrument.ts +++ b/sdk/model/lusidInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lusidProblemDetails.ts b/sdk/model/lusidProblemDetails.ts index a44f95a210c..2c54e93366c 100644 --- a/sdk/model/lusidProblemDetails.ts +++ b/sdk/model/lusidProblemDetails.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lusidTradeTicket.ts b/sdk/model/lusidTradeTicket.ts index 431138acf61..3f6df4472a7 100644 --- a/sdk/model/lusidTradeTicket.ts +++ b/sdk/model/lusidTradeTicket.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lusidUniqueId.ts b/sdk/model/lusidUniqueId.ts index 6270a732839..fdfa0a53c9c 100644 --- a/sdk/model/lusidUniqueId.ts +++ b/sdk/model/lusidUniqueId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/lusidValidationProblemDetails.ts b/sdk/model/lusidValidationProblemDetails.ts index 9fb75a7c993..bbe435c561b 100644 --- a/sdk/model/lusidValidationProblemDetails.ts +++ b/sdk/model/lusidValidationProblemDetails.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mappedString.ts b/sdk/model/mappedString.ts index 5dfa00c0395..163545067db 100644 --- a/sdk/model/mappedString.ts +++ b/sdk/model/mappedString.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mapping.ts b/sdk/model/mapping.ts index 784a0ee0f4c..6ce77bdb819 100644 --- a/sdk/model/mapping.ts +++ b/sdk/model/mapping.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mappingRule.ts b/sdk/model/mappingRule.ts index c7d25c8b5b4..deb754b930f 100644 --- a/sdk/model/mappingRule.ts +++ b/sdk/model/mappingRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketContext.ts b/sdk/model/marketContext.ts index d6b4b2f86cd..49fad8b7215 100644 --- a/sdk/model/marketContext.ts +++ b/sdk/model/marketContext.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketContextSuppliers.ts b/sdk/model/marketContextSuppliers.ts index 2839da2504e..3c27d37038a 100644 --- a/sdk/model/marketContextSuppliers.ts +++ b/sdk/model/marketContextSuppliers.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketDataKeyRule.ts b/sdk/model/marketDataKeyRule.ts index fc01e232bd9..e4f08f779f7 100644 --- a/sdk/model/marketDataKeyRule.ts +++ b/sdk/model/marketDataKeyRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketDataOptions.ts b/sdk/model/marketDataOptions.ts index a080fa671ff..e44f2ed899c 100644 --- a/sdk/model/marketDataOptions.ts +++ b/sdk/model/marketDataOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketDataOverrides.ts b/sdk/model/marketDataOverrides.ts index a4c2f13c43e..6260dda97b7 100644 --- a/sdk/model/marketDataOverrides.ts +++ b/sdk/model/marketDataOverrides.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketDataSpecificRule.ts b/sdk/model/marketDataSpecificRule.ts index 58e5899423a..fffad50b6f2 100644 --- a/sdk/model/marketDataSpecificRule.ts +++ b/sdk/model/marketDataSpecificRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketOptions.ts b/sdk/model/marketOptions.ts index f2aadf8ddb5..69b5ae692ce 100644 --- a/sdk/model/marketOptions.ts +++ b/sdk/model/marketOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/marketQuote.ts b/sdk/model/marketQuote.ts index 3d190898afa..c841006c538 100644 --- a/sdk/model/marketQuote.ts +++ b/sdk/model/marketQuote.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/masteredInstrument.ts b/sdk/model/masteredInstrument.ts index b2ae79efef8..a2752d4f05a 100644 --- a/sdk/model/masteredInstrument.ts +++ b/sdk/model/masteredInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/masteredInstrumentAllOf.ts b/sdk/model/masteredInstrumentAllOf.ts index 6dfda470c02..df4e4eafa37 100644 --- a/sdk/model/masteredInstrumentAllOf.ts +++ b/sdk/model/masteredInstrumentAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/maturityEvent.ts b/sdk/model/maturityEvent.ts index b40ca1ebafd..94de82c6acc 100644 --- a/sdk/model/maturityEvent.ts +++ b/sdk/model/maturityEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/maturityEventAllOf.ts b/sdk/model/maturityEventAllOf.ts index aafd2a73835..b73dc692645 100644 --- a/sdk/model/maturityEventAllOf.ts +++ b/sdk/model/maturityEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsCouponEvent.ts b/sdk/model/mbsCouponEvent.ts index 71be02b9abb..0f9e67c963b 100644 --- a/sdk/model/mbsCouponEvent.ts +++ b/sdk/model/mbsCouponEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsCouponEventAllOf.ts b/sdk/model/mbsCouponEventAllOf.ts index 02d83cadabb..151a15d51ab 100644 --- a/sdk/model/mbsCouponEventAllOf.ts +++ b/sdk/model/mbsCouponEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsInterestDeferralEvent.ts b/sdk/model/mbsInterestDeferralEvent.ts index 9748d6924b9..62f55be9ea1 100644 --- a/sdk/model/mbsInterestDeferralEvent.ts +++ b/sdk/model/mbsInterestDeferralEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsInterestDeferralEventAllOf.ts b/sdk/model/mbsInterestDeferralEventAllOf.ts index f953867e370..b7b84543641 100644 --- a/sdk/model/mbsInterestDeferralEventAllOf.ts +++ b/sdk/model/mbsInterestDeferralEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsInterestShortfallEvent.ts b/sdk/model/mbsInterestShortfallEvent.ts index 0eb3b2ed24a..ec87113a49a 100644 --- a/sdk/model/mbsInterestShortfallEvent.ts +++ b/sdk/model/mbsInterestShortfallEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsInterestShortfallEventAllOf.ts b/sdk/model/mbsInterestShortfallEventAllOf.ts index 7aebc9a26f6..109626144bf 100644 --- a/sdk/model/mbsInterestShortfallEventAllOf.ts +++ b/sdk/model/mbsInterestShortfallEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsPrincipalEvent.ts b/sdk/model/mbsPrincipalEvent.ts index 104251be243..ed0db5e1f54 100644 --- a/sdk/model/mbsPrincipalEvent.ts +++ b/sdk/model/mbsPrincipalEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsPrincipalEventAllOf.ts b/sdk/model/mbsPrincipalEventAllOf.ts index b956d510ce8..9945d175dbc 100644 --- a/sdk/model/mbsPrincipalEventAllOf.ts +++ b/sdk/model/mbsPrincipalEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsPrincipalWriteOffEvent.ts b/sdk/model/mbsPrincipalWriteOffEvent.ts index 1843d811aa5..65076c3cee9 100644 --- a/sdk/model/mbsPrincipalWriteOffEvent.ts +++ b/sdk/model/mbsPrincipalWriteOffEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mbsPrincipalWriteOffEventAllOf.ts b/sdk/model/mbsPrincipalWriteOffEventAllOf.ts index d67258d1cc1..bd026516c31 100644 --- a/sdk/model/mbsPrincipalWriteOffEventAllOf.ts +++ b/sdk/model/mbsPrincipalWriteOffEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mergerEvent.ts b/sdk/model/mergerEvent.ts index 576a93d1acc..2b698c6d0de 100644 --- a/sdk/model/mergerEvent.ts +++ b/sdk/model/mergerEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/mergerEventAllOf.ts b/sdk/model/mergerEventAllOf.ts index fba2484ac70..1fad459d446 100644 --- a/sdk/model/mergerEventAllOf.ts +++ b/sdk/model/mergerEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/metricValue.ts b/sdk/model/metricValue.ts index 219b82501bf..cdffd97a00c 100644 --- a/sdk/model/metricValue.ts +++ b/sdk/model/metricValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/modelOptions.ts b/sdk/model/modelOptions.ts index 1a3901448d8..4be68e0b626 100644 --- a/sdk/model/modelOptions.ts +++ b/sdk/model/modelOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/modelSelection.ts b/sdk/model/modelSelection.ts index 4630480f380..f6845680020 100644 --- a/sdk/model/modelSelection.ts +++ b/sdk/model/modelSelection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/moveOrdersToDifferentBlocksRequest.ts b/sdk/model/moveOrdersToDifferentBlocksRequest.ts index afd6cd6b7f2..d7a4830aa38 100644 --- a/sdk/model/moveOrdersToDifferentBlocksRequest.ts +++ b/sdk/model/moveOrdersToDifferentBlocksRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/movedOrderToDifferentBlockResponse.ts b/sdk/model/movedOrderToDifferentBlockResponse.ts index a22efd21f24..0cb1f1847c4 100644 --- a/sdk/model/movedOrderToDifferentBlockResponse.ts +++ b/sdk/model/movedOrderToDifferentBlockResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/newInstrument.ts b/sdk/model/newInstrument.ts index 6bf12efae01..2574b4e7669 100644 --- a/sdk/model/newInstrument.ts +++ b/sdk/model/newInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/nextValueInSequenceResponse.ts b/sdk/model/nextValueInSequenceResponse.ts index bc6522ff97c..6a877d78bd0 100644 --- a/sdk/model/nextValueInSequenceResponse.ts +++ b/sdk/model/nextValueInSequenceResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/opaqueDependency.ts b/sdk/model/opaqueDependency.ts index 5f6f12f92af..5d72e9610cf 100644 --- a/sdk/model/opaqueDependency.ts +++ b/sdk/model/opaqueDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/opaqueDependencyAllOf.ts b/sdk/model/opaqueDependencyAllOf.ts index 0210aba22de..ed389fbc59e 100644 --- a/sdk/model/opaqueDependencyAllOf.ts +++ b/sdk/model/opaqueDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/opaqueMarketData.ts b/sdk/model/opaqueMarketData.ts index bff8288b44c..70d78e19dde 100644 --- a/sdk/model/opaqueMarketData.ts +++ b/sdk/model/opaqueMarketData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/opaqueMarketDataAllOf.ts b/sdk/model/opaqueMarketDataAllOf.ts index 78bb3f28bb1..8b462c4207c 100644 --- a/sdk/model/opaqueMarketDataAllOf.ts +++ b/sdk/model/opaqueMarketDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/opaqueModelOptions.ts b/sdk/model/opaqueModelOptions.ts index b7e58b8cd50..545d1a7a60c 100644 --- a/sdk/model/opaqueModelOptions.ts +++ b/sdk/model/opaqueModelOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/opaqueModelOptionsAllOf.ts b/sdk/model/opaqueModelOptionsAllOf.ts index e3d4befae5c..777d5105601 100644 --- a/sdk/model/opaqueModelOptionsAllOf.ts +++ b/sdk/model/opaqueModelOptionsAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/openEvent.ts b/sdk/model/openEvent.ts index 463550d825b..6000d08b706 100644 --- a/sdk/model/openEvent.ts +++ b/sdk/model/openEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/openEventAllOf.ts b/sdk/model/openEventAllOf.ts index 490e28b6bc9..d4d0b85d255 100644 --- a/sdk/model/openEventAllOf.ts +++ b/sdk/model/openEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/operation.ts b/sdk/model/operation.ts index 12b5abb489d..2fcc862a232 100644 --- a/sdk/model/operation.ts +++ b/sdk/model/operation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/optionExerciseCashEvent.ts b/sdk/model/optionExerciseCashEvent.ts index ed33ba08852..4dc9e2ca0f0 100644 --- a/sdk/model/optionExerciseCashEvent.ts +++ b/sdk/model/optionExerciseCashEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/optionExerciseCashEventAllOf.ts b/sdk/model/optionExerciseCashEventAllOf.ts index 6bb525f0352..e5459674219 100644 --- a/sdk/model/optionExerciseCashEventAllOf.ts +++ b/sdk/model/optionExerciseCashEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/optionExerciseElection.ts b/sdk/model/optionExerciseElection.ts index 318851387b0..a0b92f39e00 100644 --- a/sdk/model/optionExerciseElection.ts +++ b/sdk/model/optionExerciseElection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/optionExercisePhysicalEvent.ts b/sdk/model/optionExercisePhysicalEvent.ts index c23640c7990..ac178706c1c 100644 --- a/sdk/model/optionExercisePhysicalEvent.ts +++ b/sdk/model/optionExercisePhysicalEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/optionExercisePhysicalEventAllOf.ts b/sdk/model/optionExercisePhysicalEventAllOf.ts index c0858afe62e..49fc7c4df76 100644 --- a/sdk/model/optionExercisePhysicalEventAllOf.ts +++ b/sdk/model/optionExercisePhysicalEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/order.ts b/sdk/model/order.ts index 6111f99d1e4..c9d7fe8e4f6 100644 --- a/sdk/model/order.ts +++ b/sdk/model/order.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderBySpec.ts b/sdk/model/orderBySpec.ts index 186c2a25fc2..6490f960d94 100644 --- a/sdk/model/orderBySpec.ts +++ b/sdk/model/orderBySpec.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderFlowConfiguration.ts b/sdk/model/orderFlowConfiguration.ts index de0cf41fba3..0b90a7ec6ec 100644 --- a/sdk/model/orderFlowConfiguration.ts +++ b/sdk/model/orderFlowConfiguration.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlock.ts b/sdk/model/orderGraphBlock.ts index 5e279ea9869..63e3ce8c8ec 100644 --- a/sdk/model/orderGraphBlock.ts +++ b/sdk/model/orderGraphBlock.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockAllocationDetail.ts b/sdk/model/orderGraphBlockAllocationDetail.ts index 71059c1cc21..59778fe0422 100644 --- a/sdk/model/orderGraphBlockAllocationDetail.ts +++ b/sdk/model/orderGraphBlockAllocationDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockAllocationSynopsis.ts b/sdk/model/orderGraphBlockAllocationSynopsis.ts index 41e6e662786..7dfa427bf74 100644 --- a/sdk/model/orderGraphBlockAllocationSynopsis.ts +++ b/sdk/model/orderGraphBlockAllocationSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockExecutionDetail.ts b/sdk/model/orderGraphBlockExecutionDetail.ts index ff57f414c34..108f67685f6 100644 --- a/sdk/model/orderGraphBlockExecutionDetail.ts +++ b/sdk/model/orderGraphBlockExecutionDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockExecutionSynopsis.ts b/sdk/model/orderGraphBlockExecutionSynopsis.ts index 7b9be8dfa99..f62b37abc8b 100644 --- a/sdk/model/orderGraphBlockExecutionSynopsis.ts +++ b/sdk/model/orderGraphBlockExecutionSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockOrderDetail.ts b/sdk/model/orderGraphBlockOrderDetail.ts index 94f67e8a80d..a1b624de638 100644 --- a/sdk/model/orderGraphBlockOrderDetail.ts +++ b/sdk/model/orderGraphBlockOrderDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockOrderSynopsis.ts b/sdk/model/orderGraphBlockOrderSynopsis.ts index 4449dc0ba27..ca999b7f3ca 100644 --- a/sdk/model/orderGraphBlockOrderSynopsis.ts +++ b/sdk/model/orderGraphBlockOrderSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockPlacementDetail.ts b/sdk/model/orderGraphBlockPlacementDetail.ts index 140be676675..e4b5b06fc99 100644 --- a/sdk/model/orderGraphBlockPlacementDetail.ts +++ b/sdk/model/orderGraphBlockPlacementDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockPlacementSynopsis.ts b/sdk/model/orderGraphBlockPlacementSynopsis.ts index cde941446c0..86eea3d6f27 100644 --- a/sdk/model/orderGraphBlockPlacementSynopsis.ts +++ b/sdk/model/orderGraphBlockPlacementSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockTransactionDetail.ts b/sdk/model/orderGraphBlockTransactionDetail.ts index 846b186e406..2b9944516f9 100644 --- a/sdk/model/orderGraphBlockTransactionDetail.ts +++ b/sdk/model/orderGraphBlockTransactionDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphBlockTransactionSynopsis.ts b/sdk/model/orderGraphBlockTransactionSynopsis.ts index b3b472d7189..56133cdc046 100644 --- a/sdk/model/orderGraphBlockTransactionSynopsis.ts +++ b/sdk/model/orderGraphBlockTransactionSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacement.ts b/sdk/model/orderGraphPlacement.ts index efd5366997c..a74ce239f2c 100644 --- a/sdk/model/orderGraphPlacement.ts +++ b/sdk/model/orderGraphPlacement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementAllocationDetail.ts b/sdk/model/orderGraphPlacementAllocationDetail.ts index 3a8c0b1e2a6..c41cf70940e 100644 --- a/sdk/model/orderGraphPlacementAllocationDetail.ts +++ b/sdk/model/orderGraphPlacementAllocationDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementAllocationSynopsis.ts b/sdk/model/orderGraphPlacementAllocationSynopsis.ts index 55871ea3511..2bddfee92bf 100644 --- a/sdk/model/orderGraphPlacementAllocationSynopsis.ts +++ b/sdk/model/orderGraphPlacementAllocationSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementChildPlacementDetail.ts b/sdk/model/orderGraphPlacementChildPlacementDetail.ts index 20556e8c548..c542a34ee46 100644 --- a/sdk/model/orderGraphPlacementChildPlacementDetail.ts +++ b/sdk/model/orderGraphPlacementChildPlacementDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementExecutionDetail.ts b/sdk/model/orderGraphPlacementExecutionDetail.ts index b450f4d5d2a..a0b702536c8 100644 --- a/sdk/model/orderGraphPlacementExecutionDetail.ts +++ b/sdk/model/orderGraphPlacementExecutionDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementExecutionSynopsis.ts b/sdk/model/orderGraphPlacementExecutionSynopsis.ts index bee8d7935a7..2fca23a48ea 100644 --- a/sdk/model/orderGraphPlacementExecutionSynopsis.ts +++ b/sdk/model/orderGraphPlacementExecutionSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementOrderDetail.ts b/sdk/model/orderGraphPlacementOrderDetail.ts index 572ab05a3d1..faeaed21896 100644 --- a/sdk/model/orderGraphPlacementOrderDetail.ts +++ b/sdk/model/orderGraphPlacementOrderDetail.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementOrderSynopsis.ts b/sdk/model/orderGraphPlacementOrderSynopsis.ts index 41e70d0d3c9..cb4c6d4c2ff 100644 --- a/sdk/model/orderGraphPlacementOrderSynopsis.ts +++ b/sdk/model/orderGraphPlacementOrderSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderGraphPlacementPlacementSynopsis.ts b/sdk/model/orderGraphPlacementPlacementSynopsis.ts index 034a99c6ba9..cecc835bd48 100644 --- a/sdk/model/orderGraphPlacementPlacementSynopsis.ts +++ b/sdk/model/orderGraphPlacementPlacementSynopsis.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderRequest.ts b/sdk/model/orderRequest.ts index 95a5f469d4a..320fd410b77 100644 --- a/sdk/model/orderRequest.ts +++ b/sdk/model/orderRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderSetRequest.ts b/sdk/model/orderSetRequest.ts index 635625da59d..0501210a217 100644 --- a/sdk/model/orderSetRequest.ts +++ b/sdk/model/orderSetRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/orderUpdateRequest.ts b/sdk/model/orderUpdateRequest.ts index 4dcf9587775..829a85aff39 100644 --- a/sdk/model/orderUpdateRequest.ts +++ b/sdk/model/orderUpdateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/otcConfirmation.ts b/sdk/model/otcConfirmation.ts index afadfbced84..8cf6094248d 100644 --- a/sdk/model/otcConfirmation.ts +++ b/sdk/model/otcConfirmation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/outputTransaction.ts b/sdk/model/outputTransaction.ts index f2cfea9ca69..0d657fc343b 100644 --- a/sdk/model/outputTransaction.ts +++ b/sdk/model/outputTransaction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/outputTransition.ts b/sdk/model/outputTransition.ts index afe28f84120..c4f06a705fd 100644 --- a/sdk/model/outputTransition.ts +++ b/sdk/model/outputTransition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfAddressKeyDefinition.ts b/sdk/model/pagedResourceListOfAddressKeyDefinition.ts index c159a6f88be..3a3b2a9beb3 100644 --- a/sdk/model/pagedResourceListOfAddressKeyDefinition.ts +++ b/sdk/model/pagedResourceListOfAddressKeyDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfAllocation.ts b/sdk/model/pagedResourceListOfAllocation.ts index f769875fd19..b91b62b31c2 100644 --- a/sdk/model/pagedResourceListOfAllocation.ts +++ b/sdk/model/pagedResourceListOfAllocation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfBlock.ts b/sdk/model/pagedResourceListOfBlock.ts index 2f824334fb4..b82fd5bc721 100644 --- a/sdk/model/pagedResourceListOfBlock.ts +++ b/sdk/model/pagedResourceListOfBlock.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfCalendar.ts b/sdk/model/pagedResourceListOfCalendar.ts index 374f667eeb8..47d57c64697 100644 --- a/sdk/model/pagedResourceListOfCalendar.ts +++ b/sdk/model/pagedResourceListOfCalendar.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfComplianceRuleResponse.ts b/sdk/model/pagedResourceListOfComplianceRuleResponse.ts index 565283facfc..9b7eae7eb4e 100644 --- a/sdk/model/pagedResourceListOfComplianceRuleResponse.ts +++ b/sdk/model/pagedResourceListOfComplianceRuleResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfComplianceRunInfoV2.ts b/sdk/model/pagedResourceListOfComplianceRunInfoV2.ts index 866447115d2..aa34c92e18b 100644 --- a/sdk/model/pagedResourceListOfComplianceRunInfoV2.ts +++ b/sdk/model/pagedResourceListOfComplianceRunInfoV2.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfComplianceTemplate.ts b/sdk/model/pagedResourceListOfComplianceTemplate.ts index dcc66486738..a80482d76f3 100644 --- a/sdk/model/pagedResourceListOfComplianceTemplate.ts +++ b/sdk/model/pagedResourceListOfComplianceTemplate.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfCorporateActionSource.ts b/sdk/model/pagedResourceListOfCorporateActionSource.ts index 620ccaa6675..ab6aa82ad67 100644 --- a/sdk/model/pagedResourceListOfCorporateActionSource.ts +++ b/sdk/model/pagedResourceListOfCorporateActionSource.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfCustomEntityDefinition.ts b/sdk/model/pagedResourceListOfCustomEntityDefinition.ts index b03a542b1e1..8fa5332ad78 100644 --- a/sdk/model/pagedResourceListOfCustomEntityDefinition.ts +++ b/sdk/model/pagedResourceListOfCustomEntityDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfCustomEntityResponse.ts b/sdk/model/pagedResourceListOfCustomEntityResponse.ts index 95b43f63ac8..a47932548cb 100644 --- a/sdk/model/pagedResourceListOfCustomEntityResponse.ts +++ b/sdk/model/pagedResourceListOfCustomEntityResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfCustomEntityType.ts b/sdk/model/pagedResourceListOfCustomEntityType.ts index ad1a1a8ce41..cc0ffbd8dc2 100644 --- a/sdk/model/pagedResourceListOfCustomEntityType.ts +++ b/sdk/model/pagedResourceListOfCustomEntityType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfCutLabelDefinition.ts b/sdk/model/pagedResourceListOfCutLabelDefinition.ts index 086347b6cf3..12efbf6b205 100644 --- a/sdk/model/pagedResourceListOfCutLabelDefinition.ts +++ b/sdk/model/pagedResourceListOfCutLabelDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfDataTypeSummary.ts b/sdk/model/pagedResourceListOfDataTypeSummary.ts index d5589cc1a54..377b84c9bba 100644 --- a/sdk/model/pagedResourceListOfDataTypeSummary.ts +++ b/sdk/model/pagedResourceListOfDataTypeSummary.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfDialectId.ts b/sdk/model/pagedResourceListOfDialectId.ts index a1203c3047a..bdd79d3ca76 100644 --- a/sdk/model/pagedResourceListOfDialectId.ts +++ b/sdk/model/pagedResourceListOfDialectId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfExecution.ts b/sdk/model/pagedResourceListOfExecution.ts index 0e2d06320e7..2e00e7a7675 100644 --- a/sdk/model/pagedResourceListOfExecution.ts +++ b/sdk/model/pagedResourceListOfExecution.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfInstrument.ts b/sdk/model/pagedResourceListOfInstrument.ts index 496b4e5823f..9ca4c3119a7 100644 --- a/sdk/model/pagedResourceListOfInstrument.ts +++ b/sdk/model/pagedResourceListOfInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfInstrumentEventHolder.ts b/sdk/model/pagedResourceListOfInstrumentEventHolder.ts index 9aae6f66260..9ff59674a0a 100644 --- a/sdk/model/pagedResourceListOfInstrumentEventHolder.ts +++ b/sdk/model/pagedResourceListOfInstrumentEventHolder.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfInstrumentEventInstruction.ts b/sdk/model/pagedResourceListOfInstrumentEventInstruction.ts index 67a993612a7..1d54a56a82c 100644 --- a/sdk/model/pagedResourceListOfInstrumentEventInstruction.ts +++ b/sdk/model/pagedResourceListOfInstrumentEventInstruction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfLegalEntity.ts b/sdk/model/pagedResourceListOfLegalEntity.ts index d160e520632..16ab9c133c0 100644 --- a/sdk/model/pagedResourceListOfLegalEntity.ts +++ b/sdk/model/pagedResourceListOfLegalEntity.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfOrder.ts b/sdk/model/pagedResourceListOfOrder.ts index 3f3f8a95428..1ded40d4d3e 100644 --- a/sdk/model/pagedResourceListOfOrder.ts +++ b/sdk/model/pagedResourceListOfOrder.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfOrderGraphBlock.ts b/sdk/model/pagedResourceListOfOrderGraphBlock.ts index 3ea1d89c43c..fcdca0b37d0 100644 --- a/sdk/model/pagedResourceListOfOrderGraphBlock.ts +++ b/sdk/model/pagedResourceListOfOrderGraphBlock.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfOrderGraphPlacement.ts b/sdk/model/pagedResourceListOfOrderGraphPlacement.ts index 92f663e2980..5dca103961d 100644 --- a/sdk/model/pagedResourceListOfOrderGraphPlacement.ts +++ b/sdk/model/pagedResourceListOfOrderGraphPlacement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfParticipation.ts b/sdk/model/pagedResourceListOfParticipation.ts index 9c8f64a6f81..e323995e8b1 100644 --- a/sdk/model/pagedResourceListOfParticipation.ts +++ b/sdk/model/pagedResourceListOfParticipation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfPerson.ts b/sdk/model/pagedResourceListOfPerson.ts index 536a939335a..eb05e4b6400 100644 --- a/sdk/model/pagedResourceListOfPerson.ts +++ b/sdk/model/pagedResourceListOfPerson.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfPlacement.ts b/sdk/model/pagedResourceListOfPlacement.ts index 92f50039916..487bfdc6ea3 100644 --- a/sdk/model/pagedResourceListOfPlacement.ts +++ b/sdk/model/pagedResourceListOfPlacement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfPortfolioGroup.ts b/sdk/model/pagedResourceListOfPortfolioGroup.ts index 09948edac6e..208ceac57dc 100644 --- a/sdk/model/pagedResourceListOfPortfolioGroup.ts +++ b/sdk/model/pagedResourceListOfPortfolioGroup.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfPortfolioGroupSearchResult.ts b/sdk/model/pagedResourceListOfPortfolioGroupSearchResult.ts index 8b1bd498454..720f2f412e8 100644 --- a/sdk/model/pagedResourceListOfPortfolioGroupSearchResult.ts +++ b/sdk/model/pagedResourceListOfPortfolioGroupSearchResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfPortfolioSearchResult.ts b/sdk/model/pagedResourceListOfPortfolioSearchResult.ts index a4fb74ddcd6..bca739a70db 100644 --- a/sdk/model/pagedResourceListOfPortfolioSearchResult.ts +++ b/sdk/model/pagedResourceListOfPortfolioSearchResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfPropertyDefinition.ts b/sdk/model/pagedResourceListOfPropertyDefinition.ts index d239bd64df0..36dc26e5d27 100644 --- a/sdk/model/pagedResourceListOfPropertyDefinition.ts +++ b/sdk/model/pagedResourceListOfPropertyDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfPropertyDefinitionSearchResult.ts b/sdk/model/pagedResourceListOfPropertyDefinitionSearchResult.ts index 36c1d5509c4..6a566c9cf37 100644 --- a/sdk/model/pagedResourceListOfPropertyDefinitionSearchResult.ts +++ b/sdk/model/pagedResourceListOfPropertyDefinitionSearchResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfReferenceListResponse.ts b/sdk/model/pagedResourceListOfReferenceListResponse.ts index db37b4f63d9..936f1d02689 100644 --- a/sdk/model/pagedResourceListOfReferenceListResponse.ts +++ b/sdk/model/pagedResourceListOfReferenceListResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfRelationshipDefinition.ts b/sdk/model/pagedResourceListOfRelationshipDefinition.ts index f5799aa870f..6902c519276 100644 --- a/sdk/model/pagedResourceListOfRelationshipDefinition.ts +++ b/sdk/model/pagedResourceListOfRelationshipDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfSequenceDefinition.ts b/sdk/model/pagedResourceListOfSequenceDefinition.ts index 66419b49592..6086defc576 100644 --- a/sdk/model/pagedResourceListOfSequenceDefinition.ts +++ b/sdk/model/pagedResourceListOfSequenceDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfTranslationScriptId.ts b/sdk/model/pagedResourceListOfTranslationScriptId.ts index 51ae064a602..877923ae989 100644 --- a/sdk/model/pagedResourceListOfTranslationScriptId.ts +++ b/sdk/model/pagedResourceListOfTranslationScriptId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pagedResourceListOfVirtualRow.ts b/sdk/model/pagedResourceListOfVirtualRow.ts index fc969d9f8c9..9b2992fdfa3 100644 --- a/sdk/model/pagedResourceListOfVirtualRow.ts +++ b/sdk/model/pagedResourceListOfVirtualRow.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/participation.ts b/sdk/model/participation.ts index 2a77e3f81ce..d8eeca092cc 100644 --- a/sdk/model/participation.ts +++ b/sdk/model/participation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/participationRequest.ts b/sdk/model/participationRequest.ts index 138bdf9de69..933eee37215 100644 --- a/sdk/model/participationRequest.ts +++ b/sdk/model/participationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/participationSetRequest.ts b/sdk/model/participationSetRequest.ts index 4ffd43adfb4..9ea74ed40d4 100644 --- a/sdk/model/participationSetRequest.ts +++ b/sdk/model/participationSetRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/percentCheckStep.ts b/sdk/model/percentCheckStep.ts index 454b1584c40..109e73bd85b 100644 --- a/sdk/model/percentCheckStep.ts +++ b/sdk/model/percentCheckStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/percentCheckStepRequest.ts b/sdk/model/percentCheckStepRequest.ts index c222b211357..0df8901065f 100644 --- a/sdk/model/percentCheckStepRequest.ts +++ b/sdk/model/percentCheckStepRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/performanceReturn.ts b/sdk/model/performanceReturn.ts index ad2bdf1a182..a0587e0c26a 100644 --- a/sdk/model/performanceReturn.ts +++ b/sdk/model/performanceReturn.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/performanceReturnsMetric.ts b/sdk/model/performanceReturnsMetric.ts index 40f2d284300..900d1879545 100644 --- a/sdk/model/performanceReturnsMetric.ts +++ b/sdk/model/performanceReturnsMetric.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/perpetualProperty.ts b/sdk/model/perpetualProperty.ts index 358d9bd61c7..c4ddd62c629 100644 --- a/sdk/model/perpetualProperty.ts +++ b/sdk/model/perpetualProperty.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/person.ts b/sdk/model/person.ts index 06aacdce3ad..19fb5d2dfdb 100644 --- a/sdk/model/person.ts +++ b/sdk/model/person.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/placeBlocksRequest.ts b/sdk/model/placeBlocksRequest.ts index ef23037b628..5ac1d3338aa 100644 --- a/sdk/model/placeBlocksRequest.ts +++ b/sdk/model/placeBlocksRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/placement.ts b/sdk/model/placement.ts index d69ea522afc..415c06d9e91 100644 --- a/sdk/model/placement.ts +++ b/sdk/model/placement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/placementRequest.ts b/sdk/model/placementRequest.ts index 3649396d376..10e4c527266 100644 --- a/sdk/model/placementRequest.ts +++ b/sdk/model/placementRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/placementSetRequest.ts b/sdk/model/placementSetRequest.ts index 53f9b66c5fd..585e5aa0650 100644 --- a/sdk/model/placementSetRequest.ts +++ b/sdk/model/placementSetRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/placementUpdateRequest.ts b/sdk/model/placementUpdateRequest.ts index a5afa06e7ac..4936fbf4828 100644 --- a/sdk/model/placementUpdateRequest.ts +++ b/sdk/model/placementUpdateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolio.ts b/sdk/model/portfolio.ts index cd2c27806d6..820f49db99c 100644 --- a/sdk/model/portfolio.ts +++ b/sdk/model/portfolio.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioCashFlow.ts b/sdk/model/portfolioCashFlow.ts index 200835f50d7..b3d240a3fe5 100644 --- a/sdk/model/portfolioCashFlow.ts +++ b/sdk/model/portfolioCashFlow.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioCashLadder.ts b/sdk/model/portfolioCashLadder.ts index f36edb37d29..8c66ee1f86d 100644 --- a/sdk/model/portfolioCashLadder.ts +++ b/sdk/model/portfolioCashLadder.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioDetails.ts b/sdk/model/portfolioDetails.ts index b0cdb6bbeef..4b7ea36d368 100644 --- a/sdk/model/portfolioDetails.ts +++ b/sdk/model/portfolioDetails.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioEntityId.ts b/sdk/model/portfolioEntityId.ts index 00e68e0335b..f8b7e0129c0 100644 --- a/sdk/model/portfolioEntityId.ts +++ b/sdk/model/portfolioEntityId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioGroup.ts b/sdk/model/portfolioGroup.ts index ad4819abf89..0981bcc5b6d 100644 --- a/sdk/model/portfolioGroup.ts +++ b/sdk/model/portfolioGroup.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioGroupIdComplianceParameter.ts b/sdk/model/portfolioGroupIdComplianceParameter.ts index 968b51f448f..d983a323fcf 100644 --- a/sdk/model/portfolioGroupIdComplianceParameter.ts +++ b/sdk/model/portfolioGroupIdComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioGroupIdList.ts b/sdk/model/portfolioGroupIdList.ts index 9308ef13fff..191eb3d4988 100644 --- a/sdk/model/portfolioGroupIdList.ts +++ b/sdk/model/portfolioGroupIdList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioGroupIdListComplianceParameter.ts b/sdk/model/portfolioGroupIdListComplianceParameter.ts index bcd12e4fd42..65b6f923f83 100644 --- a/sdk/model/portfolioGroupIdListComplianceParameter.ts +++ b/sdk/model/portfolioGroupIdListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioGroupProperties.ts b/sdk/model/portfolioGroupProperties.ts index f1ccd93f5af..c0c9837c1ff 100644 --- a/sdk/model/portfolioGroupProperties.ts +++ b/sdk/model/portfolioGroupProperties.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioGroupSearchResult.ts b/sdk/model/portfolioGroupSearchResult.ts index 7f84a7f6fad..758d4a47038 100644 --- a/sdk/model/portfolioGroupSearchResult.ts +++ b/sdk/model/portfolioGroupSearchResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioHolding.ts b/sdk/model/portfolioHolding.ts index 1fe83fb0966..bece40c419e 100644 --- a/sdk/model/portfolioHolding.ts +++ b/sdk/model/portfolioHolding.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioIdComplianceParameter.ts b/sdk/model/portfolioIdComplianceParameter.ts index 821fdcc3366..81a8f4727bf 100644 --- a/sdk/model/portfolioIdComplianceParameter.ts +++ b/sdk/model/portfolioIdComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioIdList.ts b/sdk/model/portfolioIdList.ts index 08b967167a3..8343fd6f47d 100644 --- a/sdk/model/portfolioIdList.ts +++ b/sdk/model/portfolioIdList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioIdListComplianceParameter.ts b/sdk/model/portfolioIdListComplianceParameter.ts index 3a9900e4b2e..dfd748344e7 100644 --- a/sdk/model/portfolioIdListComplianceParameter.ts +++ b/sdk/model/portfolioIdListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioProperties.ts b/sdk/model/portfolioProperties.ts index 15fbbb3a1ae..19cafd3dd9e 100644 --- a/sdk/model/portfolioProperties.ts +++ b/sdk/model/portfolioProperties.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioReconciliationRequest.ts b/sdk/model/portfolioReconciliationRequest.ts index 63cf60b9f1a..34d348f5e6c 100644 --- a/sdk/model/portfolioReconciliationRequest.ts +++ b/sdk/model/portfolioReconciliationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioResultDataKeyRule.ts b/sdk/model/portfolioResultDataKeyRule.ts index 7ad3e3b9e9d..44b6525a27a 100644 --- a/sdk/model/portfolioResultDataKeyRule.ts +++ b/sdk/model/portfolioResultDataKeyRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioResultDataKeyRuleAllOf.ts b/sdk/model/portfolioResultDataKeyRuleAllOf.ts index 6b511396430..f2253e327a8 100644 --- a/sdk/model/portfolioResultDataKeyRuleAllOf.ts +++ b/sdk/model/portfolioResultDataKeyRuleAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioReturnBreakdown.ts b/sdk/model/portfolioReturnBreakdown.ts index 9f54df24a20..9f435be38a3 100644 --- a/sdk/model/portfolioReturnBreakdown.ts +++ b/sdk/model/portfolioReturnBreakdown.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfolioSearchResult.ts b/sdk/model/portfolioSearchResult.ts index fc89cbb8755..6a1f2c7370b 100644 --- a/sdk/model/portfolioSearchResult.ts +++ b/sdk/model/portfolioSearchResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/portfoliosReconciliationRequest.ts b/sdk/model/portfoliosReconciliationRequest.ts index 55d0f7cd432..da0de9dc325 100644 --- a/sdk/model/portfoliosReconciliationRequest.ts +++ b/sdk/model/portfoliosReconciliationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/preTradeConfiguration.ts b/sdk/model/preTradeConfiguration.ts index 7beaca2d858..f0b9683ad8c 100644 --- a/sdk/model/preTradeConfiguration.ts +++ b/sdk/model/preTradeConfiguration.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/premium.ts b/sdk/model/premium.ts index c36b5d32309..4fa7de1f896 100644 --- a/sdk/model/premium.ts +++ b/sdk/model/premium.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pricingContext.ts b/sdk/model/pricingContext.ts index 21889c31ad0..82410c5889c 100644 --- a/sdk/model/pricingContext.ts +++ b/sdk/model/pricingContext.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/pricingOptions.ts b/sdk/model/pricingOptions.ts index 15d3f8fdc40..645a85ca93c 100644 --- a/sdk/model/pricingOptions.ts +++ b/sdk/model/pricingOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/processedCommand.ts b/sdk/model/processedCommand.ts index 4dd6260b08a..f36d536b1b5 100644 --- a/sdk/model/processedCommand.ts +++ b/sdk/model/processedCommand.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/property.ts b/sdk/model/property.ts index 0735a20755e..38daa5e5008 100644 --- a/sdk/model/property.ts +++ b/sdk/model/property.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyDefinition.ts b/sdk/model/propertyDefinition.ts index bab4712b154..6998518afae 100644 --- a/sdk/model/propertyDefinition.ts +++ b/sdk/model/propertyDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyDefinitionSearchResult.ts b/sdk/model/propertyDefinitionSearchResult.ts index 8ea7f689fea..d4a64e5db57 100644 --- a/sdk/model/propertyDefinitionSearchResult.ts +++ b/sdk/model/propertyDefinitionSearchResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyFilter.ts b/sdk/model/propertyFilter.ts index a5fc9717af0..e1f820f94d5 100644 --- a/sdk/model/propertyFilter.ts +++ b/sdk/model/propertyFilter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyInterval.ts b/sdk/model/propertyInterval.ts index 18c7dc46fd5..566b24f0d81 100644 --- a/sdk/model/propertyInterval.ts +++ b/sdk/model/propertyInterval.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyKeyComplianceParameter.ts b/sdk/model/propertyKeyComplianceParameter.ts index 879d50c0151..bd723d49a02 100644 --- a/sdk/model/propertyKeyComplianceParameter.ts +++ b/sdk/model/propertyKeyComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyKeyComplianceParameterAllOf.ts b/sdk/model/propertyKeyComplianceParameterAllOf.ts index 8f9a35e4a1d..8815c68adbd 100644 --- a/sdk/model/propertyKeyComplianceParameterAllOf.ts +++ b/sdk/model/propertyKeyComplianceParameterAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyKeyListComplianceParameter.ts b/sdk/model/propertyKeyListComplianceParameter.ts index fd678d6b6fe..aa7f069422a 100644 --- a/sdk/model/propertyKeyListComplianceParameter.ts +++ b/sdk/model/propertyKeyListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyList.ts b/sdk/model/propertyList.ts index edf0806fa28..4792d66f04f 100644 --- a/sdk/model/propertyList.ts +++ b/sdk/model/propertyList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyListAllOf.ts b/sdk/model/propertyListAllOf.ts index e096764350c..f91fe4b0358 100644 --- a/sdk/model/propertyListAllOf.ts +++ b/sdk/model/propertyListAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyListComplianceParameter.ts b/sdk/model/propertyListComplianceParameter.ts index 48d8278efa2..1ac1a4c8995 100644 --- a/sdk/model/propertyListComplianceParameter.ts +++ b/sdk/model/propertyListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertySchema.ts b/sdk/model/propertySchema.ts index 1869b418356..15de6d42794 100644 --- a/sdk/model/propertySchema.ts +++ b/sdk/model/propertySchema.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/propertyValue.ts b/sdk/model/propertyValue.ts index 64d2301a6d6..f1d5e01f660 100644 --- a/sdk/model/propertyValue.ts +++ b/sdk/model/propertyValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/protectionPayoutCashFlowEvent.ts b/sdk/model/protectionPayoutCashFlowEvent.ts index 8434c6c035e..79e6f9c6b8e 100644 --- a/sdk/model/protectionPayoutCashFlowEvent.ts +++ b/sdk/model/protectionPayoutCashFlowEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/queryBucketedCashFlowsRequest.ts b/sdk/model/queryBucketedCashFlowsRequest.ts index eb891b24504..b88ce481683 100644 --- a/sdk/model/queryBucketedCashFlowsRequest.ts +++ b/sdk/model/queryBucketedCashFlowsRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/queryableKey.ts b/sdk/model/queryableKey.ts index 360d7457b2a..9063dfb4708 100644 --- a/sdk/model/queryableKey.ts +++ b/sdk/model/queryableKey.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/quote.ts b/sdk/model/quote.ts index 7a2995ebe84..28b445c9c8d 100644 --- a/sdk/model/quote.ts +++ b/sdk/model/quote.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/quoteDependency.ts b/sdk/model/quoteDependency.ts index 30faea1151e..fd4d2d7c285 100644 --- a/sdk/model/quoteDependency.ts +++ b/sdk/model/quoteDependency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/quoteDependencyAllOf.ts b/sdk/model/quoteDependencyAllOf.ts index 01329e453bb..1e01bd534aa 100644 --- a/sdk/model/quoteDependencyAllOf.ts +++ b/sdk/model/quoteDependencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/quoteId.ts b/sdk/model/quoteId.ts index f280a4a29cf..3aeea39b2b2 100644 --- a/sdk/model/quoteId.ts +++ b/sdk/model/quoteId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/quoteSeriesId.ts b/sdk/model/quoteSeriesId.ts index e7c87f811e2..c9adfd71995 100644 --- a/sdk/model/quoteSeriesId.ts +++ b/sdk/model/quoteSeriesId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/rawVendorEvent.ts b/sdk/model/rawVendorEvent.ts index e9924a66a3b..5026b698259 100644 --- a/sdk/model/rawVendorEvent.ts +++ b/sdk/model/rawVendorEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/rawVendorEventAllOf.ts b/sdk/model/rawVendorEventAllOf.ts index 66de1afa0a0..191af8bef50 100644 --- a/sdk/model/rawVendorEventAllOf.ts +++ b/sdk/model/rawVendorEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/realisedGainLoss.ts b/sdk/model/realisedGainLoss.ts index 7d70a54a359..eea80fe7546 100644 --- a/sdk/model/realisedGainLoss.ts +++ b/sdk/model/realisedGainLoss.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/recombineStep.ts b/sdk/model/recombineStep.ts index d1339ed7892..9845ef2ecb8 100644 --- a/sdk/model/recombineStep.ts +++ b/sdk/model/recombineStep.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconcileDateTimeRule.ts b/sdk/model/reconcileDateTimeRule.ts index 6993932d3f2..746b12ddd72 100644 --- a/sdk/model/reconcileDateTimeRule.ts +++ b/sdk/model/reconcileDateTimeRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconcileDateTimeRuleAllOf.ts b/sdk/model/reconcileDateTimeRuleAllOf.ts index 8d2a271733e..8d34eb4db28 100644 --- a/sdk/model/reconcileDateTimeRuleAllOf.ts +++ b/sdk/model/reconcileDateTimeRuleAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconcileNumericRule.ts b/sdk/model/reconcileNumericRule.ts index dd50ec8831d..e23d1a59499 100644 --- a/sdk/model/reconcileNumericRule.ts +++ b/sdk/model/reconcileNumericRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconcileNumericRuleAllOf.ts b/sdk/model/reconcileNumericRuleAllOf.ts index 4ca3469f2cf..9e9980ec61f 100644 --- a/sdk/model/reconcileNumericRuleAllOf.ts +++ b/sdk/model/reconcileNumericRuleAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconcileStringRule.ts b/sdk/model/reconcileStringRule.ts index 702ffbd77a7..81aea7997b3 100644 --- a/sdk/model/reconcileStringRule.ts +++ b/sdk/model/reconcileStringRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconcileStringRuleAllOf.ts b/sdk/model/reconcileStringRuleAllOf.ts index 371b6d13dad..e3f2be8be0e 100644 --- a/sdk/model/reconcileStringRuleAllOf.ts +++ b/sdk/model/reconcileStringRuleAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconciledTransaction.ts b/sdk/model/reconciledTransaction.ts index 21965a532a6..67be745f65d 100644 --- a/sdk/model/reconciledTransaction.ts +++ b/sdk/model/reconciledTransaction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconciliationBreak.ts b/sdk/model/reconciliationBreak.ts index 2d2e50f641f..2bb06cee0db 100644 --- a/sdk/model/reconciliationBreak.ts +++ b/sdk/model/reconciliationBreak.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconciliationLeftRightAddressKeyPair.ts b/sdk/model/reconciliationLeftRightAddressKeyPair.ts index 10719e00a4d..3b8a050d19b 100644 --- a/sdk/model/reconciliationLeftRightAddressKeyPair.ts +++ b/sdk/model/reconciliationLeftRightAddressKeyPair.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconciliationLine.ts b/sdk/model/reconciliationLine.ts index 5772ad00037..bb8c43c3292 100644 --- a/sdk/model/reconciliationLine.ts +++ b/sdk/model/reconciliationLine.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconciliationRequest.ts b/sdk/model/reconciliationRequest.ts index 29d587b69b4..4479b0a550a 100644 --- a/sdk/model/reconciliationRequest.ts +++ b/sdk/model/reconciliationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconciliationResponse.ts b/sdk/model/reconciliationResponse.ts index b43ff6e0b25..dbba9582022 100644 --- a/sdk/model/reconciliationResponse.ts +++ b/sdk/model/reconciliationResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reconciliationRule.ts b/sdk/model/reconciliationRule.ts index d756bc86484..5910ea20b56 100644 --- a/sdk/model/reconciliationRule.ts +++ b/sdk/model/reconciliationRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referenceData.ts b/sdk/model/referenceData.ts index 989cf781010..d8aaa8bec1e 100644 --- a/sdk/model/referenceData.ts +++ b/sdk/model/referenceData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referenceInstrument.ts b/sdk/model/referenceInstrument.ts index 94ffac75c67..9d81008cac7 100644 --- a/sdk/model/referenceInstrument.ts +++ b/sdk/model/referenceInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referenceInstrumentAllOf.ts b/sdk/model/referenceInstrumentAllOf.ts index bc172b874b4..ce579d099c7 100644 --- a/sdk/model/referenceInstrumentAllOf.ts +++ b/sdk/model/referenceInstrumentAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referenceList.ts b/sdk/model/referenceList.ts index 7b4b0a3fc20..37b7b19e4f2 100644 --- a/sdk/model/referenceList.ts +++ b/sdk/model/referenceList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referenceListRequest.ts b/sdk/model/referenceListRequest.ts index 0aaf32591c3..f154f0e9f24 100644 --- a/sdk/model/referenceListRequest.ts +++ b/sdk/model/referenceListRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referenceListResponse.ts b/sdk/model/referenceListResponse.ts index 4ef3eb59d9a..5362cf0fd01 100644 --- a/sdk/model/referenceListResponse.ts +++ b/sdk/model/referenceListResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referencePortfolioConstituent.ts b/sdk/model/referencePortfolioConstituent.ts index 4cb2e620120..17a4e6c6ed0 100644 --- a/sdk/model/referencePortfolioConstituent.ts +++ b/sdk/model/referencePortfolioConstituent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/referencePortfolioConstituentRequest.ts b/sdk/model/referencePortfolioConstituentRequest.ts index 0ef7b37fd7b..436a71761ee 100644 --- a/sdk/model/referencePortfolioConstituentRequest.ts +++ b/sdk/model/referencePortfolioConstituentRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/relatedEntity.ts b/sdk/model/relatedEntity.ts index da6aa11898f..82b033c4ea9 100644 --- a/sdk/model/relatedEntity.ts +++ b/sdk/model/relatedEntity.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/relation.ts b/sdk/model/relation.ts index 3428de39978..323d29fa5cc 100644 --- a/sdk/model/relation.ts +++ b/sdk/model/relation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/relationship.ts b/sdk/model/relationship.ts index f2be7cfed7f..34a16898666 100644 --- a/sdk/model/relationship.ts +++ b/sdk/model/relationship.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/relationshipDefinition.ts b/sdk/model/relationshipDefinition.ts index 6e4438e899c..38b87a353e5 100644 --- a/sdk/model/relationshipDefinition.ts +++ b/sdk/model/relationshipDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/relativeDateOffset.ts b/sdk/model/relativeDateOffset.ts index f5656c70a86..f55275f2413 100644 --- a/sdk/model/relativeDateOffset.ts +++ b/sdk/model/relativeDateOffset.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/repo.ts b/sdk/model/repo.ts index 6570ddd5aab..5315022a821 100644 --- a/sdk/model/repo.ts +++ b/sdk/model/repo.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/repoAllOf.ts b/sdk/model/repoAllOf.ts index c90d322f860..7aebf0d78ea 100644 --- a/sdk/model/repoAllOf.ts +++ b/sdk/model/repoAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resetEvent.ts b/sdk/model/resetEvent.ts index 2ed819731dd..52b3e1bdb03 100644 --- a/sdk/model/resetEvent.ts +++ b/sdk/model/resetEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resetEventAllOf.ts b/sdk/model/resetEventAllOf.ts index 44a6b789a46..37e4d2a75ca 100644 --- a/sdk/model/resetEventAllOf.ts +++ b/sdk/model/resetEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceId.ts b/sdk/model/resourceId.ts index 4715335fcc8..e771fb89298 100644 --- a/sdk/model/resourceId.ts +++ b/sdk/model/resourceId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfAccessControlledResource.ts b/sdk/model/resourceListOfAccessControlledResource.ts index c082464cded..4913585f46c 100644 --- a/sdk/model/resourceListOfAccessControlledResource.ts +++ b/sdk/model/resourceListOfAccessControlledResource.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfAccessMetadataValueOf.ts b/sdk/model/resourceListOfAccessMetadataValueOf.ts index 434938a9fe8..74595f7685d 100644 --- a/sdk/model/resourceListOfAccessMetadataValueOf.ts +++ b/sdk/model/resourceListOfAccessMetadataValueOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfAddressKeyDefinition.ts b/sdk/model/resourceListOfAddressKeyDefinition.ts index 687ff79f028..e0b308defbe 100644 --- a/sdk/model/resourceListOfAddressKeyDefinition.ts +++ b/sdk/model/resourceListOfAddressKeyDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfAggregatedReturn.ts b/sdk/model/resourceListOfAggregatedReturn.ts index f8036229563..4be9310c3ad 100644 --- a/sdk/model/resourceListOfAggregatedReturn.ts +++ b/sdk/model/resourceListOfAggregatedReturn.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfAggregationQuery.ts b/sdk/model/resourceListOfAggregationQuery.ts index 2e3c138456f..fb8a591d0d3 100644 --- a/sdk/model/resourceListOfAggregationQuery.ts +++ b/sdk/model/resourceListOfAggregationQuery.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfAllocation.ts b/sdk/model/resourceListOfAllocation.ts index 1547f3a05dc..df5168b981c 100644 --- a/sdk/model/resourceListOfAllocation.ts +++ b/sdk/model/resourceListOfAllocation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfBlock.ts b/sdk/model/resourceListOfBlock.ts index 30e81e926eb..aa305723533 100644 --- a/sdk/model/resourceListOfBlock.ts +++ b/sdk/model/resourceListOfBlock.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfBlockAndOrders.ts b/sdk/model/resourceListOfBlockAndOrders.ts index 22f8f636289..54c9f6ac811 100644 --- a/sdk/model/resourceListOfBlockAndOrders.ts +++ b/sdk/model/resourceListOfBlockAndOrders.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfCalendarDate.ts b/sdk/model/resourceListOfCalendarDate.ts index 64b234fffec..884348d58eb 100644 --- a/sdk/model/resourceListOfCalendarDate.ts +++ b/sdk/model/resourceListOfCalendarDate.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfChange.ts b/sdk/model/resourceListOfChange.ts index 406da4144a6..3729c70d233 100644 --- a/sdk/model/resourceListOfChange.ts +++ b/sdk/model/resourceListOfChange.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfChangeHistory.ts b/sdk/model/resourceListOfChangeHistory.ts index 09bc725cdac..eca6a00dc23 100644 --- a/sdk/model/resourceListOfChangeHistory.ts +++ b/sdk/model/resourceListOfChangeHistory.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfConstituentsAdjustmentHeader.ts b/sdk/model/resourceListOfConstituentsAdjustmentHeader.ts index dacbe656a25..ed25d2b08f8 100644 --- a/sdk/model/resourceListOfConstituentsAdjustmentHeader.ts +++ b/sdk/model/resourceListOfConstituentsAdjustmentHeader.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfCorporateAction.ts b/sdk/model/resourceListOfCorporateAction.ts index 8d39b9de645..6b3e4cf808d 100644 --- a/sdk/model/resourceListOfCorporateAction.ts +++ b/sdk/model/resourceListOfCorporateAction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfDataType.ts b/sdk/model/resourceListOfDataType.ts index 12e1f81fcf3..d114e4a1ded 100644 --- a/sdk/model/resourceListOfDataType.ts +++ b/sdk/model/resourceListOfDataType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfExecution.ts b/sdk/model/resourceListOfExecution.ts index 0bef9a399c4..ceda0effe4f 100644 --- a/sdk/model/resourceListOfExecution.ts +++ b/sdk/model/resourceListOfExecution.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfGetCounterpartyAgreementResponse.ts b/sdk/model/resourceListOfGetCounterpartyAgreementResponse.ts index 0391eff5515..7d750d465b8 100644 --- a/sdk/model/resourceListOfGetCounterpartyAgreementResponse.ts +++ b/sdk/model/resourceListOfGetCounterpartyAgreementResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfGetCreditSupportAnnexResponse.ts b/sdk/model/resourceListOfGetCreditSupportAnnexResponse.ts index ecb8dc53fbb..3daeaf62b07 100644 --- a/sdk/model/resourceListOfGetCreditSupportAnnexResponse.ts +++ b/sdk/model/resourceListOfGetCreditSupportAnnexResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfGetRecipeResponse.ts b/sdk/model/resourceListOfGetRecipeResponse.ts index 3422cb2c11c..ed46714eec2 100644 --- a/sdk/model/resourceListOfGetRecipeResponse.ts +++ b/sdk/model/resourceListOfGetRecipeResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfHoldingsAdjustmentHeader.ts b/sdk/model/resourceListOfHoldingsAdjustmentHeader.ts index cfefc20bfb3..a55c0dc9cdc 100644 --- a/sdk/model/resourceListOfHoldingsAdjustmentHeader.ts +++ b/sdk/model/resourceListOfHoldingsAdjustmentHeader.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfIUnitDefinitionDto.ts b/sdk/model/resourceListOfIUnitDefinitionDto.ts index 7336fb92a3b..a98a81000c0 100644 --- a/sdk/model/resourceListOfIUnitDefinitionDto.ts +++ b/sdk/model/resourceListOfIUnitDefinitionDto.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfInstrumentCashFlow.ts b/sdk/model/resourceListOfInstrumentCashFlow.ts index 2cd10cc4b93..972f36bd566 100644 --- a/sdk/model/resourceListOfInstrumentCashFlow.ts +++ b/sdk/model/resourceListOfInstrumentCashFlow.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfInstrumentIdTypeDescriptor.ts b/sdk/model/resourceListOfInstrumentIdTypeDescriptor.ts index d2d43133992..90953c688d1 100644 --- a/sdk/model/resourceListOfInstrumentIdTypeDescriptor.ts +++ b/sdk/model/resourceListOfInstrumentIdTypeDescriptor.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfLegalEntity.ts b/sdk/model/resourceListOfLegalEntity.ts index d788f68140b..98fb85eae4e 100644 --- a/sdk/model/resourceListOfLegalEntity.ts +++ b/sdk/model/resourceListOfLegalEntity.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfMapping.ts b/sdk/model/resourceListOfMapping.ts index b98e153f3e3..7179ff16994 100644 --- a/sdk/model/resourceListOfMapping.ts +++ b/sdk/model/resourceListOfMapping.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfMovedOrderToDifferentBlockResponse.ts b/sdk/model/resourceListOfMovedOrderToDifferentBlockResponse.ts index 31e01255f9d..5dae916360f 100644 --- a/sdk/model/resourceListOfMovedOrderToDifferentBlockResponse.ts +++ b/sdk/model/resourceListOfMovedOrderToDifferentBlockResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfOrder.ts b/sdk/model/resourceListOfOrder.ts index ad751d34e50..ba8f4ec06c9 100644 --- a/sdk/model/resourceListOfOrder.ts +++ b/sdk/model/resourceListOfOrder.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfOutputTransaction.ts b/sdk/model/resourceListOfOutputTransaction.ts index 8f209028b0e..8a1972b2296 100644 --- a/sdk/model/resourceListOfOutputTransaction.ts +++ b/sdk/model/resourceListOfOutputTransaction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfParticipation.ts b/sdk/model/resourceListOfParticipation.ts index 0b6aabc2d42..9879bae4fbe 100644 --- a/sdk/model/resourceListOfParticipation.ts +++ b/sdk/model/resourceListOfParticipation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPerformanceReturn.ts b/sdk/model/resourceListOfPerformanceReturn.ts index 4ca37fe52be..015ca51c6fd 100644 --- a/sdk/model/resourceListOfPerformanceReturn.ts +++ b/sdk/model/resourceListOfPerformanceReturn.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPerson.ts b/sdk/model/resourceListOfPerson.ts index 1b44779dbac..1fae3a56f96 100644 --- a/sdk/model/resourceListOfPerson.ts +++ b/sdk/model/resourceListOfPerson.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPlacement.ts b/sdk/model/resourceListOfPlacement.ts index ee626786aed..13e5655c149 100644 --- a/sdk/model/resourceListOfPlacement.ts +++ b/sdk/model/resourceListOfPlacement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPortfolio.ts b/sdk/model/resourceListOfPortfolio.ts index d1b9b2d8adf..a1cc1bfc5ca 100644 --- a/sdk/model/resourceListOfPortfolio.ts +++ b/sdk/model/resourceListOfPortfolio.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPortfolioCashFlow.ts b/sdk/model/resourceListOfPortfolioCashFlow.ts index 912441c666f..67bb919fa15 100644 --- a/sdk/model/resourceListOfPortfolioCashFlow.ts +++ b/sdk/model/resourceListOfPortfolioCashFlow.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPortfolioCashLadder.ts b/sdk/model/resourceListOfPortfolioCashLadder.ts index 12e274b7259..23d8959f6dd 100644 --- a/sdk/model/resourceListOfPortfolioCashLadder.ts +++ b/sdk/model/resourceListOfPortfolioCashLadder.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfProcessedCommand.ts b/sdk/model/resourceListOfProcessedCommand.ts index 11c4874af98..db0579dcf18 100644 --- a/sdk/model/resourceListOfProcessedCommand.ts +++ b/sdk/model/resourceListOfProcessedCommand.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfProperty.ts b/sdk/model/resourceListOfProperty.ts index e6e433893cb..d14f06a1d28 100644 --- a/sdk/model/resourceListOfProperty.ts +++ b/sdk/model/resourceListOfProperty.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPropertyDefinition.ts b/sdk/model/resourceListOfPropertyDefinition.ts index 66224e8e174..5017e73aaf2 100644 --- a/sdk/model/resourceListOfPropertyDefinition.ts +++ b/sdk/model/resourceListOfPropertyDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfPropertyInterval.ts b/sdk/model/resourceListOfPropertyInterval.ts index 2747b733b47..c37df9b53bb 100644 --- a/sdk/model/resourceListOfPropertyInterval.ts +++ b/sdk/model/resourceListOfPropertyInterval.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfQueryableKey.ts b/sdk/model/resourceListOfQueryableKey.ts index cfce82e56c3..07bf97184c3 100644 --- a/sdk/model/resourceListOfQueryableKey.ts +++ b/sdk/model/resourceListOfQueryableKey.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfQuote.ts b/sdk/model/resourceListOfQuote.ts index 78ddd074823..a9ccddd1b6a 100644 --- a/sdk/model/resourceListOfQuote.ts +++ b/sdk/model/resourceListOfQuote.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfReconciliationBreak.ts b/sdk/model/resourceListOfReconciliationBreak.ts index 6d47e67b367..e8c95befb1c 100644 --- a/sdk/model/resourceListOfReconciliationBreak.ts +++ b/sdk/model/resourceListOfReconciliationBreak.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfRelation.ts b/sdk/model/resourceListOfRelation.ts index bcc5c92dfa9..bcea7ada918 100644 --- a/sdk/model/resourceListOfRelation.ts +++ b/sdk/model/resourceListOfRelation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfRelationship.ts b/sdk/model/resourceListOfRelationship.ts index a81f1e72276..f6aff27bf96 100644 --- a/sdk/model/resourceListOfRelationship.ts +++ b/sdk/model/resourceListOfRelationship.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfScopeDefinition.ts b/sdk/model/resourceListOfScopeDefinition.ts index 8b83678a58e..3c3fcc1571e 100644 --- a/sdk/model/resourceListOfScopeDefinition.ts +++ b/sdk/model/resourceListOfScopeDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfSideDefinition.ts b/sdk/model/resourceListOfSideDefinition.ts index 3ee37563f56..9571bc45f4d 100644 --- a/sdk/model/resourceListOfSideDefinition.ts +++ b/sdk/model/resourceListOfSideDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfString.ts b/sdk/model/resourceListOfString.ts index e63cf53ea85..d2bdc037752 100644 --- a/sdk/model/resourceListOfString.ts +++ b/sdk/model/resourceListOfString.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfTransaction.ts b/sdk/model/resourceListOfTransaction.ts index 9a07ca07f4e..2373ad54868 100644 --- a/sdk/model/resourceListOfTransaction.ts +++ b/sdk/model/resourceListOfTransaction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfTransactionType.ts b/sdk/model/resourceListOfTransactionType.ts index df06ea203e5..9d45699bfca 100644 --- a/sdk/model/resourceListOfTransactionType.ts +++ b/sdk/model/resourceListOfTransactionType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resourceListOfValueType.ts b/sdk/model/resourceListOfValueType.ts index 9fe2221e6c5..ae60cde073b 100644 --- a/sdk/model/resourceListOfValueType.ts +++ b/sdk/model/resourceListOfValueType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/responseMetaData.ts b/sdk/model/responseMetaData.ts index 6b52ad5a25c..3bea4e9dc49 100644 --- a/sdk/model/responseMetaData.ts +++ b/sdk/model/responseMetaData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultDataKeyRule.ts b/sdk/model/resultDataKeyRule.ts index 652a7d970b0..490217730c4 100644 --- a/sdk/model/resultDataKeyRule.ts +++ b/sdk/model/resultDataKeyRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultDataKeyRuleAllOf.ts b/sdk/model/resultDataKeyRuleAllOf.ts index 532f51ce95c..94927eeec66 100644 --- a/sdk/model/resultDataKeyRuleAllOf.ts +++ b/sdk/model/resultDataKeyRuleAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultDataSchema.ts b/sdk/model/resultDataSchema.ts index 7d3c3474784..085bf422597 100644 --- a/sdk/model/resultDataSchema.ts +++ b/sdk/model/resultDataSchema.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultKeyRule.ts b/sdk/model/resultKeyRule.ts index 3b9cb9b5d64..2f9cecdfcf3 100644 --- a/sdk/model/resultKeyRule.ts +++ b/sdk/model/resultKeyRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValue.ts b/sdk/model/resultValue.ts index e6e53e83ac4..59d9dcb36d5 100644 --- a/sdk/model/resultValue.ts +++ b/sdk/model/resultValue.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValue0D.ts b/sdk/model/resultValue0D.ts index ce8b90c4b40..0e3c2ddfe1f 100644 --- a/sdk/model/resultValue0D.ts +++ b/sdk/model/resultValue0D.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValue0DAllOf.ts b/sdk/model/resultValue0DAllOf.ts index 4ae37e80a84..d5454e9b05e 100644 --- a/sdk/model/resultValue0DAllOf.ts +++ b/sdk/model/resultValue0DAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueBool.ts b/sdk/model/resultValueBool.ts index 133b5096931..8b8acc702d9 100644 --- a/sdk/model/resultValueBool.ts +++ b/sdk/model/resultValueBool.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueBoolAllOf.ts b/sdk/model/resultValueBoolAllOf.ts index 2d42dfbf30a..9878694275e 100644 --- a/sdk/model/resultValueBoolAllOf.ts +++ b/sdk/model/resultValueBoolAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueCurrency.ts b/sdk/model/resultValueCurrency.ts index 114a06cb4d2..55fc9fdfeda 100644 --- a/sdk/model/resultValueCurrency.ts +++ b/sdk/model/resultValueCurrency.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueCurrencyAllOf.ts b/sdk/model/resultValueCurrencyAllOf.ts index 0bdcd3684d6..1bba4485988 100644 --- a/sdk/model/resultValueCurrencyAllOf.ts +++ b/sdk/model/resultValueCurrencyAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueDateTimeOffset.ts b/sdk/model/resultValueDateTimeOffset.ts index bfa66b3df83..e3edbb75edc 100644 --- a/sdk/model/resultValueDateTimeOffset.ts +++ b/sdk/model/resultValueDateTimeOffset.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueDateTimeOffsetAllOf.ts b/sdk/model/resultValueDateTimeOffsetAllOf.ts index 74a672aceae..a1051e9f1d5 100644 --- a/sdk/model/resultValueDateTimeOffsetAllOf.ts +++ b/sdk/model/resultValueDateTimeOffsetAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueDecimal.ts b/sdk/model/resultValueDecimal.ts index 27ba8f76ee3..fa00c35bd8b 100644 --- a/sdk/model/resultValueDecimal.ts +++ b/sdk/model/resultValueDecimal.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueDecimalAllOf.ts b/sdk/model/resultValueDecimalAllOf.ts index 69357e68bf8..128cc90b8b3 100644 --- a/sdk/model/resultValueDecimalAllOf.ts +++ b/sdk/model/resultValueDecimalAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueDictionary.ts b/sdk/model/resultValueDictionary.ts index 1db4ad4723a..24aca1a0367 100644 --- a/sdk/model/resultValueDictionary.ts +++ b/sdk/model/resultValueDictionary.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueDictionaryAllOf.ts b/sdk/model/resultValueDictionaryAllOf.ts index 75516a1f0ff..a6233d5b334 100644 --- a/sdk/model/resultValueDictionaryAllOf.ts +++ b/sdk/model/resultValueDictionaryAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueInt.ts b/sdk/model/resultValueInt.ts index 7f0f37f3101..dd8c5ba6cac 100644 --- a/sdk/model/resultValueInt.ts +++ b/sdk/model/resultValueInt.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueIntAllOf.ts b/sdk/model/resultValueIntAllOf.ts index 4fa95a6f7da..24e2007596c 100644 --- a/sdk/model/resultValueIntAllOf.ts +++ b/sdk/model/resultValueIntAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueString.ts b/sdk/model/resultValueString.ts index c028fee8c91..1221cd78b85 100644 --- a/sdk/model/resultValueString.ts +++ b/sdk/model/resultValueString.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/resultValueStringAllOf.ts b/sdk/model/resultValueStringAllOf.ts index 3f1656345ad..d4a8319278a 100644 --- a/sdk/model/resultValueStringAllOf.ts +++ b/sdk/model/resultValueStringAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/returnZeroPvOptions.ts b/sdk/model/returnZeroPvOptions.ts index 6e00b6e366e..a03b7b3ff10 100644 --- a/sdk/model/returnZeroPvOptions.ts +++ b/sdk/model/returnZeroPvOptions.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reverseStockSplitEvent.ts b/sdk/model/reverseStockSplitEvent.ts index f4ef62ca1c3..325051afd68 100644 --- a/sdk/model/reverseStockSplitEvent.ts +++ b/sdk/model/reverseStockSplitEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/reverseStockSplitEventAllOf.ts b/sdk/model/reverseStockSplitEventAllOf.ts index d9d8535dc3f..400fa40f316 100644 --- a/sdk/model/reverseStockSplitEventAllOf.ts +++ b/sdk/model/reverseStockSplitEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/roundingConfiguration.ts b/sdk/model/roundingConfiguration.ts index 22a54a678da..158bfa3d565 100644 --- a/sdk/model/roundingConfiguration.ts +++ b/sdk/model/roundingConfiguration.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/roundingConfigurationComponent.ts b/sdk/model/roundingConfigurationComponent.ts index ab26ae351a3..65b4c17fa99 100644 --- a/sdk/model/roundingConfigurationComponent.ts +++ b/sdk/model/roundingConfigurationComponent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/roundingConvention.ts b/sdk/model/roundingConvention.ts index 3a2aadad51b..893c3ff3a9a 100644 --- a/sdk/model/roundingConvention.ts +++ b/sdk/model/roundingConvention.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/schedule.ts b/sdk/model/schedule.ts index e6513e6beed..57ae6695eeb 100644 --- a/sdk/model/schedule.ts +++ b/sdk/model/schedule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/schema.ts b/sdk/model/schema.ts index 5664ebdff44..8ff1a031083 100644 --- a/sdk/model/schema.ts +++ b/sdk/model/schema.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/scopeDefinition.ts b/sdk/model/scopeDefinition.ts index 6033a66f63e..01b2b3f0928 100644 --- a/sdk/model/scopeDefinition.ts +++ b/sdk/model/scopeDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/scripDividendEvent.ts b/sdk/model/scripDividendEvent.ts index f6976273331..b799e7c7d2d 100644 --- a/sdk/model/scripDividendEvent.ts +++ b/sdk/model/scripDividendEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/scripDividendEventAllOf.ts b/sdk/model/scripDividendEventAllOf.ts index b2fa499779e..d9ac3f82e91 100644 --- a/sdk/model/scripDividendEventAllOf.ts +++ b/sdk/model/scripDividendEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/scriptMapReference.ts b/sdk/model/scriptMapReference.ts index 1ea3c3c9024..f8f1eee867c 100644 --- a/sdk/model/scriptMapReference.ts +++ b/sdk/model/scriptMapReference.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/securityElection.ts b/sdk/model/securityElection.ts index 6c332195e6b..ca258c8a099 100644 --- a/sdk/model/securityElection.ts +++ b/sdk/model/securityElection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/securityOfferElection.ts b/sdk/model/securityOfferElection.ts index 8ba0af9e48a..3c42a333b2b 100644 --- a/sdk/model/securityOfferElection.ts +++ b/sdk/model/securityOfferElection.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/sequenceDefinition.ts b/sdk/model/sequenceDefinition.ts index 8b88acee5e1..e43f840fc25 100644 --- a/sdk/model/sequenceDefinition.ts +++ b/sdk/model/sequenceDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/setLegalEntityIdentifiersRequest.ts b/sdk/model/setLegalEntityIdentifiersRequest.ts index 7e5f1f63457..9ba98f68a5f 100644 --- a/sdk/model/setLegalEntityIdentifiersRequest.ts +++ b/sdk/model/setLegalEntityIdentifiersRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/setLegalEntityPropertiesRequest.ts b/sdk/model/setLegalEntityPropertiesRequest.ts index 589f09c408e..0ff07e178d2 100644 --- a/sdk/model/setLegalEntityPropertiesRequest.ts +++ b/sdk/model/setLegalEntityPropertiesRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/setPersonIdentifiersRequest.ts b/sdk/model/setPersonIdentifiersRequest.ts index 40afe3b21c8..a79572e8a1c 100644 --- a/sdk/model/setPersonIdentifiersRequest.ts +++ b/sdk/model/setPersonIdentifiersRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/setPersonPropertiesRequest.ts b/sdk/model/setPersonPropertiesRequest.ts index ddb86678b3b..d07d302d61c 100644 --- a/sdk/model/setPersonPropertiesRequest.ts +++ b/sdk/model/setPersonPropertiesRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/settlementCycle.ts b/sdk/model/settlementCycle.ts index e6a6a113e61..b4a98413b41 100644 --- a/sdk/model/settlementCycle.ts +++ b/sdk/model/settlementCycle.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/settlementSchedule.ts b/sdk/model/settlementSchedule.ts index 978f2464a0b..b21d23527e3 100644 --- a/sdk/model/settlementSchedule.ts +++ b/sdk/model/settlementSchedule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/sideConfigurationData.ts b/sdk/model/sideConfigurationData.ts index 909574b3a34..205a040686c 100644 --- a/sdk/model/sideConfigurationData.ts +++ b/sdk/model/sideConfigurationData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/sideDefinition.ts b/sdk/model/sideDefinition.ts index 060efb94dfd..b27ac58df62 100644 --- a/sdk/model/sideDefinition.ts +++ b/sdk/model/sideDefinition.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/sideDefinitionRequest.ts b/sdk/model/sideDefinitionRequest.ts index 96ff7f3ba32..9b8d3fd4ce6 100644 --- a/sdk/model/sideDefinitionRequest.ts +++ b/sdk/model/sideDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/sidesDefinitionRequest.ts b/sdk/model/sidesDefinitionRequest.ts index b8770364dd7..7f24aed4ee0 100644 --- a/sdk/model/sidesDefinitionRequest.ts +++ b/sdk/model/sidesDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/simpleCashFlowLoan.ts b/sdk/model/simpleCashFlowLoan.ts index be1ca98bf7b..acb386bdb28 100644 --- a/sdk/model/simpleCashFlowLoan.ts +++ b/sdk/model/simpleCashFlowLoan.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/simpleCashFlowLoanAllOf.ts b/sdk/model/simpleCashFlowLoanAllOf.ts index f60b51d7b45..0cfabe738d5 100644 --- a/sdk/model/simpleCashFlowLoanAllOf.ts +++ b/sdk/model/simpleCashFlowLoanAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/simpleInstrument.ts b/sdk/model/simpleInstrument.ts index 634783698d0..6ccca7fbef0 100644 --- a/sdk/model/simpleInstrument.ts +++ b/sdk/model/simpleInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/simpleInstrumentAllOf.ts b/sdk/model/simpleInstrumentAllOf.ts index 4eaf5748904..de16dc623e1 100644 --- a/sdk/model/simpleInstrumentAllOf.ts +++ b/sdk/model/simpleInstrumentAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/simpleRoundingConvention.ts b/sdk/model/simpleRoundingConvention.ts index c13203f9c7f..e31453c69f3 100644 --- a/sdk/model/simpleRoundingConvention.ts +++ b/sdk/model/simpleRoundingConvention.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/specificHoldingPricingInfo.ts b/sdk/model/specificHoldingPricingInfo.ts index 1262c61fbaa..3f03a199c1c 100644 --- a/sdk/model/specificHoldingPricingInfo.ts +++ b/sdk/model/specificHoldingPricingInfo.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/spinOffEvent.ts b/sdk/model/spinOffEvent.ts index 4d2f22ab9c0..b25d379c572 100644 --- a/sdk/model/spinOffEvent.ts +++ b/sdk/model/spinOffEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stagedModificationsInfo.ts b/sdk/model/stagedModificationsInfo.ts index 1d8dfb0e841..c2278558a96 100644 --- a/sdk/model/stagedModificationsInfo.ts +++ b/sdk/model/stagedModificationsInfo.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stepSchedule.ts b/sdk/model/stepSchedule.ts index da95a136af0..563f1d68f04 100644 --- a/sdk/model/stepSchedule.ts +++ b/sdk/model/stepSchedule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stepScheduleAllOf.ts b/sdk/model/stepScheduleAllOf.ts index c47fa124864..e4ec241cf02 100644 --- a/sdk/model/stepScheduleAllOf.ts +++ b/sdk/model/stepScheduleAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stockDividendEvent.ts b/sdk/model/stockDividendEvent.ts index 9df5f6fe6dc..a79b9d0323f 100644 --- a/sdk/model/stockDividendEvent.ts +++ b/sdk/model/stockDividendEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stockDividendEventAllOf.ts b/sdk/model/stockDividendEventAllOf.ts index b81f6c18697..6c12105b9ad 100644 --- a/sdk/model/stockDividendEventAllOf.ts +++ b/sdk/model/stockDividendEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stockSplitEvent.ts b/sdk/model/stockSplitEvent.ts index b8c4e47421c..b37b47b1cf2 100644 --- a/sdk/model/stockSplitEvent.ts +++ b/sdk/model/stockSplitEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stockSplitEventAllOf.ts b/sdk/model/stockSplitEventAllOf.ts index 0b16bd314e6..b9e16a45282 100644 --- a/sdk/model/stockSplitEventAllOf.ts +++ b/sdk/model/stockSplitEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stream.ts b/sdk/model/stream.ts index 57bb2837aa5..b1c400e9ce9 100644 --- a/sdk/model/stream.ts +++ b/sdk/model/stream.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stringComplianceParameter.ts b/sdk/model/stringComplianceParameter.ts index 0e9f56f3a0a..ae770565c44 100644 --- a/sdk/model/stringComplianceParameter.ts +++ b/sdk/model/stringComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stringList.ts b/sdk/model/stringList.ts index da6620a8175..8cd753ae60c 100644 --- a/sdk/model/stringList.ts +++ b/sdk/model/stringList.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/stringListComplianceParameter.ts b/sdk/model/stringListComplianceParameter.ts index f54d2cf8fbb..853cbc62a92 100644 --- a/sdk/model/stringListComplianceParameter.ts +++ b/sdk/model/stringListComplianceParameter.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/structuredResultData.ts b/sdk/model/structuredResultData.ts index 5bbe0325aed..8dfd379d573 100644 --- a/sdk/model/structuredResultData.ts +++ b/sdk/model/structuredResultData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/structuredResultDataId.ts b/sdk/model/structuredResultDataId.ts index c82936214bf..770d0e31667 100644 --- a/sdk/model/structuredResultDataId.ts +++ b/sdk/model/structuredResultDataId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/swapCashFlowEvent.ts b/sdk/model/swapCashFlowEvent.ts index ea5474e526b..e0a41fa5cd3 100644 --- a/sdk/model/swapCashFlowEvent.ts +++ b/sdk/model/swapCashFlowEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/swapCashFlowEventAllOf.ts b/sdk/model/swapCashFlowEventAllOf.ts index 879afffff87..b26d30250bf 100644 --- a/sdk/model/swapCashFlowEventAllOf.ts +++ b/sdk/model/swapCashFlowEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/swapPrincipalEvent.ts b/sdk/model/swapPrincipalEvent.ts index ee4314f7c86..3b7848b416d 100644 --- a/sdk/model/swapPrincipalEvent.ts +++ b/sdk/model/swapPrincipalEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/swapPrincipalEventAllOf.ts b/sdk/model/swapPrincipalEventAllOf.ts index cf749c2d0b0..a2588719f5c 100644 --- a/sdk/model/swapPrincipalEventAllOf.ts +++ b/sdk/model/swapPrincipalEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/targetTaxLot.ts b/sdk/model/targetTaxLot.ts index ff45b0de414..b919f3a0314 100644 --- a/sdk/model/targetTaxLot.ts +++ b/sdk/model/targetTaxLot.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/targetTaxLotRequest.ts b/sdk/model/targetTaxLotRequest.ts index d6e13fa720b..673421b3723 100644 --- a/sdk/model/targetTaxLotRequest.ts +++ b/sdk/model/targetTaxLotRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/tenderEvent.ts b/sdk/model/tenderEvent.ts index 70926f5d0e6..7e9ba377ee4 100644 --- a/sdk/model/tenderEvent.ts +++ b/sdk/model/tenderEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/tenderEventAllOf.ts b/sdk/model/tenderEventAllOf.ts index 81e0cbe6afd..b22c4cfc289 100644 --- a/sdk/model/tenderEventAllOf.ts +++ b/sdk/model/tenderEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/termDeposit.ts b/sdk/model/termDeposit.ts index 740439e168d..5489353f89d 100644 --- a/sdk/model/termDeposit.ts +++ b/sdk/model/termDeposit.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/termDepositAllOf.ts b/sdk/model/termDepositAllOf.ts index 37171223848..93b31cec630 100644 --- a/sdk/model/termDepositAllOf.ts +++ b/sdk/model/termDepositAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/totalReturnSwap.ts b/sdk/model/totalReturnSwap.ts index bafe7abad45..72cca42d392 100644 --- a/sdk/model/totalReturnSwap.ts +++ b/sdk/model/totalReturnSwap.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/totalReturnSwapAllOf.ts b/sdk/model/totalReturnSwapAllOf.ts index b7b3429eb97..dcccd89b1d0 100644 --- a/sdk/model/totalReturnSwapAllOf.ts +++ b/sdk/model/totalReturnSwapAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/touch.ts b/sdk/model/touch.ts index 1b0cee2a1bd..13cc61e4c23 100644 --- a/sdk/model/touch.ts +++ b/sdk/model/touch.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transaction.ts b/sdk/model/transaction.ts index 14e91e71dc9..3b66f634a0d 100644 --- a/sdk/model/transaction.ts +++ b/sdk/model/transaction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionConfigurationData.ts b/sdk/model/transactionConfigurationData.ts index 945fcc949ba..b8c72b24044 100644 --- a/sdk/model/transactionConfigurationData.ts +++ b/sdk/model/transactionConfigurationData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionConfigurationDataRequest.ts b/sdk/model/transactionConfigurationDataRequest.ts index 9f4f9aeb9d3..ddd67e5cf79 100644 --- a/sdk/model/transactionConfigurationDataRequest.ts +++ b/sdk/model/transactionConfigurationDataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionConfigurationMovementData.ts b/sdk/model/transactionConfigurationMovementData.ts index 8ece2d0c833..e25abfbc940 100644 --- a/sdk/model/transactionConfigurationMovementData.ts +++ b/sdk/model/transactionConfigurationMovementData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionConfigurationMovementDataRequest.ts b/sdk/model/transactionConfigurationMovementDataRequest.ts index e08eab706f4..7dfcccdb2b7 100644 --- a/sdk/model/transactionConfigurationMovementDataRequest.ts +++ b/sdk/model/transactionConfigurationMovementDataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionConfigurationTypeAlias.ts b/sdk/model/transactionConfigurationTypeAlias.ts index dc8dfc49cdc..a1842acc805 100644 --- a/sdk/model/transactionConfigurationTypeAlias.ts +++ b/sdk/model/transactionConfigurationTypeAlias.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionPrice.ts b/sdk/model/transactionPrice.ts index 507b1b8b781..8d095e49d3d 100644 --- a/sdk/model/transactionPrice.ts +++ b/sdk/model/transactionPrice.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionPropertyMapping.ts b/sdk/model/transactionPropertyMapping.ts index dcdf4c48ed8..afd9fa2f397 100644 --- a/sdk/model/transactionPropertyMapping.ts +++ b/sdk/model/transactionPropertyMapping.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionPropertyMappingRequest.ts b/sdk/model/transactionPropertyMappingRequest.ts index 659913cf6bc..447bb9cfc76 100644 --- a/sdk/model/transactionPropertyMappingRequest.ts +++ b/sdk/model/transactionPropertyMappingRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionQueryParameters.ts b/sdk/model/transactionQueryParameters.ts index ddda73665f9..370b77ebec1 100644 --- a/sdk/model/transactionQueryParameters.ts +++ b/sdk/model/transactionQueryParameters.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionReconciliationRequest.ts b/sdk/model/transactionReconciliationRequest.ts index 7cdea7921db..d13a5322fd0 100644 --- a/sdk/model/transactionReconciliationRequest.ts +++ b/sdk/model/transactionReconciliationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionRequest.ts b/sdk/model/transactionRequest.ts index da81e0cabab..c232d04f4ce 100644 --- a/sdk/model/transactionRequest.ts +++ b/sdk/model/transactionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionSetConfigurationData.ts b/sdk/model/transactionSetConfigurationData.ts index f3d28801bb5..c36835cd9cd 100644 --- a/sdk/model/transactionSetConfigurationData.ts +++ b/sdk/model/transactionSetConfigurationData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionType.ts b/sdk/model/transactionType.ts index 64f6fd46800..10214f3550d 100644 --- a/sdk/model/transactionType.ts +++ b/sdk/model/transactionType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionTypeAlias.ts b/sdk/model/transactionTypeAlias.ts index fbf1add885b..ec83ec35dcb 100644 --- a/sdk/model/transactionTypeAlias.ts +++ b/sdk/model/transactionTypeAlias.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionTypeCalculation.ts b/sdk/model/transactionTypeCalculation.ts index 0b9a135ff15..a5cae8b30da 100644 --- a/sdk/model/transactionTypeCalculation.ts +++ b/sdk/model/transactionTypeCalculation.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionTypeMovement.ts b/sdk/model/transactionTypeMovement.ts index c1d8f1c1dfc..f77afeda41c 100644 --- a/sdk/model/transactionTypeMovement.ts +++ b/sdk/model/transactionTypeMovement.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionTypePropertyMapping.ts b/sdk/model/transactionTypePropertyMapping.ts index cec9b020a4b..774df30061c 100644 --- a/sdk/model/transactionTypePropertyMapping.ts +++ b/sdk/model/transactionTypePropertyMapping.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionTypeRequest.ts b/sdk/model/transactionTypeRequest.ts index 64b511465c7..537bb9fa08a 100644 --- a/sdk/model/transactionTypeRequest.ts +++ b/sdk/model/transactionTypeRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transactionsReconciliationsResponse.ts b/sdk/model/transactionsReconciliationsResponse.ts index c659835889d..844170a6b01 100644 --- a/sdk/model/transactionsReconciliationsResponse.ts +++ b/sdk/model/transactionsReconciliationsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transitionEvent.ts b/sdk/model/transitionEvent.ts index cf81a8f8758..bb7c1cfcbe7 100644 --- a/sdk/model/transitionEvent.ts +++ b/sdk/model/transitionEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/transitionEventAllOf.ts b/sdk/model/transitionEventAllOf.ts index d1875c2d882..3892662a0d4 100644 --- a/sdk/model/transitionEventAllOf.ts +++ b/sdk/model/transitionEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translateEntitiesInlinedRequest.ts b/sdk/model/translateEntitiesInlinedRequest.ts index e0658753f3a..c473b1bc8e5 100644 --- a/sdk/model/translateEntitiesInlinedRequest.ts +++ b/sdk/model/translateEntitiesInlinedRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translateEntitiesRequest.ts b/sdk/model/translateEntitiesRequest.ts index c0cfd104299..eb9628c7db5 100644 --- a/sdk/model/translateEntitiesRequest.ts +++ b/sdk/model/translateEntitiesRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translateEntitiesResponse.ts b/sdk/model/translateEntitiesResponse.ts index f9a20932f48..1c4ba60130f 100644 --- a/sdk/model/translateEntitiesResponse.ts +++ b/sdk/model/translateEntitiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translationContext.ts b/sdk/model/translationContext.ts index 85537900ae9..982f93d806b 100644 --- a/sdk/model/translationContext.ts +++ b/sdk/model/translationContext.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translationInput.ts b/sdk/model/translationInput.ts index de7aaed5875..879d951fadb 100644 --- a/sdk/model/translationInput.ts +++ b/sdk/model/translationInput.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translationResult.ts b/sdk/model/translationResult.ts index d7256741e54..e55313b2b7b 100644 --- a/sdk/model/translationResult.ts +++ b/sdk/model/translationResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translationScript.ts b/sdk/model/translationScript.ts index 2a94ea9681b..7df3e2f85a5 100644 --- a/sdk/model/translationScript.ts +++ b/sdk/model/translationScript.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/translationScriptId.ts b/sdk/model/translationScriptId.ts index 02ce178fd27..dc7621883af 100644 --- a/sdk/model/translationScriptId.ts +++ b/sdk/model/translationScriptId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/triggerEvent.ts b/sdk/model/triggerEvent.ts index a1325df800d..e507af7b237 100644 --- a/sdk/model/triggerEvent.ts +++ b/sdk/model/triggerEvent.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/triggerEventAllOf.ts b/sdk/model/triggerEventAllOf.ts index 1b02f616730..79264389778 100644 --- a/sdk/model/triggerEventAllOf.ts +++ b/sdk/model/triggerEventAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/typedResourceId.ts b/sdk/model/typedResourceId.ts index 2bc51396e9d..f98cd956bbd 100644 --- a/sdk/model/typedResourceId.ts +++ b/sdk/model/typedResourceId.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/unitsRatio.ts b/sdk/model/unitsRatio.ts index ee9ec50780d..bc5349e353b 100644 --- a/sdk/model/unitsRatio.ts +++ b/sdk/model/unitsRatio.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateCalendarRequest.ts b/sdk/model/updateCalendarRequest.ts index 176cd662e3d..0116d8cd1f7 100644 --- a/sdk/model/updateCalendarRequest.ts +++ b/sdk/model/updateCalendarRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateComplianceTemplateRequest.ts b/sdk/model/updateComplianceTemplateRequest.ts index 29b83968d79..9d04813f3b0 100644 --- a/sdk/model/updateComplianceTemplateRequest.ts +++ b/sdk/model/updateComplianceTemplateRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateCustomEntityDefinitionRequest.ts b/sdk/model/updateCustomEntityDefinitionRequest.ts index 44d2c2b954c..df539c964d8 100644 --- a/sdk/model/updateCustomEntityDefinitionRequest.ts +++ b/sdk/model/updateCustomEntityDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateCustomEntityTypeRequest.ts b/sdk/model/updateCustomEntityTypeRequest.ts index beebdcc055e..c3881c88d34 100644 --- a/sdk/model/updateCustomEntityTypeRequest.ts +++ b/sdk/model/updateCustomEntityTypeRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateCutLabelDefinitionRequest.ts b/sdk/model/updateCutLabelDefinitionRequest.ts index 2747adf871c..9ac7983fa19 100644 --- a/sdk/model/updateCutLabelDefinitionRequest.ts +++ b/sdk/model/updateCutLabelDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateDataTypeRequest.ts b/sdk/model/updateDataTypeRequest.ts index 405bed9b937..ecbe06d1757 100644 --- a/sdk/model/updateDataTypeRequest.ts +++ b/sdk/model/updateDataTypeRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateDerivedPropertyDefinitionRequest.ts b/sdk/model/updateDerivedPropertyDefinitionRequest.ts index 60eb17dece3..52fd7d42c18 100644 --- a/sdk/model/updateDerivedPropertyDefinitionRequest.ts +++ b/sdk/model/updateDerivedPropertyDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateInstrumentIdentifierRequest.ts b/sdk/model/updateInstrumentIdentifierRequest.ts index 2bfd8abddbe..6f9e746a9a7 100644 --- a/sdk/model/updateInstrumentIdentifierRequest.ts +++ b/sdk/model/updateInstrumentIdentifierRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateOrdersResponse.ts b/sdk/model/updateOrdersResponse.ts index 7433e2ae3f7..1030deebe2d 100644 --- a/sdk/model/updateOrdersResponse.ts +++ b/sdk/model/updateOrdersResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updatePlacementsResponse.ts b/sdk/model/updatePlacementsResponse.ts index 3f8e1bc8113..acc7741f70d 100644 --- a/sdk/model/updatePlacementsResponse.ts +++ b/sdk/model/updatePlacementsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updatePortfolioGroupRequest.ts b/sdk/model/updatePortfolioGroupRequest.ts index 6c8ed39218e..7740cc16a49 100644 --- a/sdk/model/updatePortfolioGroupRequest.ts +++ b/sdk/model/updatePortfolioGroupRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updatePortfolioRequest.ts b/sdk/model/updatePortfolioRequest.ts index f5636e86f0e..f759523d224 100644 --- a/sdk/model/updatePortfolioRequest.ts +++ b/sdk/model/updatePortfolioRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updatePropertyDefinitionRequest.ts b/sdk/model/updatePropertyDefinitionRequest.ts index 52e8f764026..32517306cc0 100644 --- a/sdk/model/updatePropertyDefinitionRequest.ts +++ b/sdk/model/updatePropertyDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateReferenceDataRequest.ts b/sdk/model/updateReferenceDataRequest.ts index a1111d4f978..a8f83934885 100644 --- a/sdk/model/updateReferenceDataRequest.ts +++ b/sdk/model/updateReferenceDataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateRelationshipDefinitionRequest.ts b/sdk/model/updateRelationshipDefinitionRequest.ts index 769fd2b6c5f..e89662e334a 100644 --- a/sdk/model/updateRelationshipDefinitionRequest.ts +++ b/sdk/model/updateRelationshipDefinitionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/updateUnitRequest.ts b/sdk/model/updateUnitRequest.ts index dc6aa6bae16..97e2a999d2e 100644 --- a/sdk/model/updateUnitRequest.ts +++ b/sdk/model/updateUnitRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertComplexMarketDataRequest.ts b/sdk/model/upsertComplexMarketDataRequest.ts index 2263b4c4587..3a935d19b06 100644 --- a/sdk/model/upsertComplexMarketDataRequest.ts +++ b/sdk/model/upsertComplexMarketDataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertComplianceRuleRequest.ts b/sdk/model/upsertComplianceRuleRequest.ts index 7a2de8c0a47..29bb6682c0d 100644 --- a/sdk/model/upsertComplianceRuleRequest.ts +++ b/sdk/model/upsertComplianceRuleRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertComplianceRunSummaryRequest.ts b/sdk/model/upsertComplianceRunSummaryRequest.ts index ad900e9f013..ceb28fd0ffe 100644 --- a/sdk/model/upsertComplianceRunSummaryRequest.ts +++ b/sdk/model/upsertComplianceRunSummaryRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertComplianceRunSummaryResult.ts b/sdk/model/upsertComplianceRunSummaryResult.ts index e7b345207c7..6dc4db936e4 100644 --- a/sdk/model/upsertComplianceRunSummaryResult.ts +++ b/sdk/model/upsertComplianceRunSummaryResult.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertCorporateActionRequest.ts b/sdk/model/upsertCorporateActionRequest.ts index d899412f224..205f304af52 100644 --- a/sdk/model/upsertCorporateActionRequest.ts +++ b/sdk/model/upsertCorporateActionRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertCorporateActionsResponse.ts b/sdk/model/upsertCorporateActionsResponse.ts index 17f57058cc9..591bdf39475 100644 --- a/sdk/model/upsertCorporateActionsResponse.ts +++ b/sdk/model/upsertCorporateActionsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertCounterpartyAgreementRequest.ts b/sdk/model/upsertCounterpartyAgreementRequest.ts index 0dfb732a5e1..a98e2a32e2e 100644 --- a/sdk/model/upsertCounterpartyAgreementRequest.ts +++ b/sdk/model/upsertCounterpartyAgreementRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertCreditSupportAnnexRequest.ts b/sdk/model/upsertCreditSupportAnnexRequest.ts index fb46e79b3a8..6da8943006c 100644 --- a/sdk/model/upsertCreditSupportAnnexRequest.ts +++ b/sdk/model/upsertCreditSupportAnnexRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertCustomEntitiesResponse.ts b/sdk/model/upsertCustomEntitiesResponse.ts index baf65da81b0..a8bf544f45f 100644 --- a/sdk/model/upsertCustomEntitiesResponse.ts +++ b/sdk/model/upsertCustomEntitiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertCustomEntityAccessMetadataRequest.ts b/sdk/model/upsertCustomEntityAccessMetadataRequest.ts index c54d4f22f6f..583b2de1309 100644 --- a/sdk/model/upsertCustomEntityAccessMetadataRequest.ts +++ b/sdk/model/upsertCustomEntityAccessMetadataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertDialectRequest.ts b/sdk/model/upsertDialectRequest.ts index f819ad1cc59..ba7e57cd435 100644 --- a/sdk/model/upsertDialectRequest.ts +++ b/sdk/model/upsertDialectRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertInstrumentEventRequest.ts b/sdk/model/upsertInstrumentEventRequest.ts index 273374a52bc..05dd0cfeafc 100644 --- a/sdk/model/upsertInstrumentEventRequest.ts +++ b/sdk/model/upsertInstrumentEventRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertInstrumentEventsResponse.ts b/sdk/model/upsertInstrumentEventsResponse.ts index fb2717093df..45c9c1132f6 100644 --- a/sdk/model/upsertInstrumentEventsResponse.ts +++ b/sdk/model/upsertInstrumentEventsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertInstrumentPropertiesResponse.ts b/sdk/model/upsertInstrumentPropertiesResponse.ts index b26794b81e1..c14bb03276c 100644 --- a/sdk/model/upsertInstrumentPropertiesResponse.ts +++ b/sdk/model/upsertInstrumentPropertiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertInstrumentPropertyRequest.ts b/sdk/model/upsertInstrumentPropertyRequest.ts index 9a6f518efce..3a257e95c99 100644 --- a/sdk/model/upsertInstrumentPropertyRequest.ts +++ b/sdk/model/upsertInstrumentPropertyRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertInstrumentsResponse.ts b/sdk/model/upsertInstrumentsResponse.ts index b8588053820..860920570c5 100644 --- a/sdk/model/upsertInstrumentsResponse.ts +++ b/sdk/model/upsertInstrumentsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertLegalEntitiesResponse.ts b/sdk/model/upsertLegalEntitiesResponse.ts index 8a0eb21ed17..d7c98daa5a3 100644 --- a/sdk/model/upsertLegalEntitiesResponse.ts +++ b/sdk/model/upsertLegalEntitiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertLegalEntityAccessMetadataRequest.ts b/sdk/model/upsertLegalEntityAccessMetadataRequest.ts index 50d18112dd9..b016d04bb27 100644 --- a/sdk/model/upsertLegalEntityAccessMetadataRequest.ts +++ b/sdk/model/upsertLegalEntityAccessMetadataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertLegalEntityRequest.ts b/sdk/model/upsertLegalEntityRequest.ts index 4c193ab69a8..81e32ceda4e 100644 --- a/sdk/model/upsertLegalEntityRequest.ts +++ b/sdk/model/upsertLegalEntityRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertPersonAccessMetadataRequest.ts b/sdk/model/upsertPersonAccessMetadataRequest.ts index de59cdbed96..d5062b358ed 100644 --- a/sdk/model/upsertPersonAccessMetadataRequest.ts +++ b/sdk/model/upsertPersonAccessMetadataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertPersonRequest.ts b/sdk/model/upsertPersonRequest.ts index fa7113d3163..12d40402485 100644 --- a/sdk/model/upsertPersonRequest.ts +++ b/sdk/model/upsertPersonRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertPersonsResponse.ts b/sdk/model/upsertPersonsResponse.ts index 28cdf544957..f01fac42be5 100644 --- a/sdk/model/upsertPersonsResponse.ts +++ b/sdk/model/upsertPersonsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertPortfolioAccessMetadataRequest.ts b/sdk/model/upsertPortfolioAccessMetadataRequest.ts index ffd66884926..f9d1d05a326 100644 --- a/sdk/model/upsertPortfolioAccessMetadataRequest.ts +++ b/sdk/model/upsertPortfolioAccessMetadataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertPortfolioGroupAccessMetadataRequest.ts b/sdk/model/upsertPortfolioGroupAccessMetadataRequest.ts index a1f3a575c0e..0a9a722457d 100644 --- a/sdk/model/upsertPortfolioGroupAccessMetadataRequest.ts +++ b/sdk/model/upsertPortfolioGroupAccessMetadataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertPortfolioTransactionsResponse.ts b/sdk/model/upsertPortfolioTransactionsResponse.ts index cbacb4cacd3..9cbf109419d 100644 --- a/sdk/model/upsertPortfolioTransactionsResponse.ts +++ b/sdk/model/upsertPortfolioTransactionsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertQuoteRequest.ts b/sdk/model/upsertQuoteRequest.ts index 75b2a47a8a4..ddb95a8878c 100644 --- a/sdk/model/upsertQuoteRequest.ts +++ b/sdk/model/upsertQuoteRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertQuotesResponse.ts b/sdk/model/upsertQuotesResponse.ts index d30b296560f..c9bee087d3c 100644 --- a/sdk/model/upsertQuotesResponse.ts +++ b/sdk/model/upsertQuotesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertRecipeRequest.ts b/sdk/model/upsertRecipeRequest.ts index da0ac69e3a1..d6a6b067a33 100644 --- a/sdk/model/upsertRecipeRequest.ts +++ b/sdk/model/upsertRecipeRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertReferencePortfolioConstituentPropertiesRequest.ts b/sdk/model/upsertReferencePortfolioConstituentPropertiesRequest.ts index 997b619140f..7d2501639de 100644 --- a/sdk/model/upsertReferencePortfolioConstituentPropertiesRequest.ts +++ b/sdk/model/upsertReferencePortfolioConstituentPropertiesRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertReferencePortfolioConstituentPropertiesResponse.ts b/sdk/model/upsertReferencePortfolioConstituentPropertiesResponse.ts index fb15054f55d..1e5d14fe312 100644 --- a/sdk/model/upsertReferencePortfolioConstituentPropertiesResponse.ts +++ b/sdk/model/upsertReferencePortfolioConstituentPropertiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertReferencePortfolioConstituentsRequest.ts b/sdk/model/upsertReferencePortfolioConstituentsRequest.ts index ab7fd5b8fa4..efde75c9a38 100644 --- a/sdk/model/upsertReferencePortfolioConstituentsRequest.ts +++ b/sdk/model/upsertReferencePortfolioConstituentsRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertReferencePortfolioConstituentsResponse.ts b/sdk/model/upsertReferencePortfolioConstituentsResponse.ts index 236d7069542..810a7fc11ce 100644 --- a/sdk/model/upsertReferencePortfolioConstituentsResponse.ts +++ b/sdk/model/upsertReferencePortfolioConstituentsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertReturnsResponse.ts b/sdk/model/upsertReturnsResponse.ts index dbc25f6ee17..8ffc6a147f3 100644 --- a/sdk/model/upsertReturnsResponse.ts +++ b/sdk/model/upsertReturnsResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertSingleStructuredDataResponse.ts b/sdk/model/upsertSingleStructuredDataResponse.ts index 8588db0ac17..c410347d122 100644 --- a/sdk/model/upsertSingleStructuredDataResponse.ts +++ b/sdk/model/upsertSingleStructuredDataResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertStructuredDataResponse.ts b/sdk/model/upsertStructuredDataResponse.ts index 7fa9e9eb656..3cd525cc0b4 100644 --- a/sdk/model/upsertStructuredDataResponse.ts +++ b/sdk/model/upsertStructuredDataResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertStructuredResultDataRequest.ts b/sdk/model/upsertStructuredResultDataRequest.ts index a4e4fdd0aa1..115989f5cd5 100644 --- a/sdk/model/upsertStructuredResultDataRequest.ts +++ b/sdk/model/upsertStructuredResultDataRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertTransactionPropertiesResponse.ts b/sdk/model/upsertTransactionPropertiesResponse.ts index 325a246b41b..0f32791e663 100644 --- a/sdk/model/upsertTransactionPropertiesResponse.ts +++ b/sdk/model/upsertTransactionPropertiesResponse.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/upsertTranslationScriptRequest.ts b/sdk/model/upsertTranslationScriptRequest.ts index 15c967fa87e..6d2fbddd7e0 100644 --- a/sdk/model/upsertTranslationScriptRequest.ts +++ b/sdk/model/upsertTranslationScriptRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/user.ts b/sdk/model/user.ts index 39a14b92fa1..2d3a3717509 100644 --- a/sdk/model/user.ts +++ b/sdk/model/user.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/valuationRequest.ts b/sdk/model/valuationRequest.ts index 375ac7ae7f5..e9a34be3213 100644 --- a/sdk/model/valuationRequest.ts +++ b/sdk/model/valuationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/valuationSchedule.ts b/sdk/model/valuationSchedule.ts index d02be31570d..bdbc05913f1 100644 --- a/sdk/model/valuationSchedule.ts +++ b/sdk/model/valuationSchedule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/valuationsReconciliationRequest.ts b/sdk/model/valuationsReconciliationRequest.ts index b4ea30cd447..b89828f4537 100644 --- a/sdk/model/valuationsReconciliationRequest.ts +++ b/sdk/model/valuationsReconciliationRequest.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/valueType.ts b/sdk/model/valueType.ts index b38051f6650..2c582d9da0b 100644 --- a/sdk/model/valueType.ts +++ b/sdk/model/valueType.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/vendorModelRule.ts b/sdk/model/vendorModelRule.ts index ed1d23ca7b1..3df42391ab2 100644 --- a/sdk/model/vendorModelRule.ts +++ b/sdk/model/vendorModelRule.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/version.ts b/sdk/model/version.ts index 26c72563183..421742164e4 100644 --- a/sdk/model/version.ts +++ b/sdk/model/version.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/versionSummaryDto.ts b/sdk/model/versionSummaryDto.ts index 22741e93f42..9e6e44869c2 100644 --- a/sdk/model/versionSummaryDto.ts +++ b/sdk/model/versionSummaryDto.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/versionedResourceListOfA2BDataRecord.ts b/sdk/model/versionedResourceListOfA2BDataRecord.ts index b7e8d23c5be..47711d6e148 100644 --- a/sdk/model/versionedResourceListOfA2BDataRecord.ts +++ b/sdk/model/versionedResourceListOfA2BDataRecord.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/versionedResourceListOfA2BMovementRecord.ts b/sdk/model/versionedResourceListOfA2BMovementRecord.ts index 0777d6987d3..039fe172129 100644 --- a/sdk/model/versionedResourceListOfA2BMovementRecord.ts +++ b/sdk/model/versionedResourceListOfA2BMovementRecord.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/versionedResourceListOfHoldingContributor.ts b/sdk/model/versionedResourceListOfHoldingContributor.ts index 8abfb039a69..a486f9913c9 100644 --- a/sdk/model/versionedResourceListOfHoldingContributor.ts +++ b/sdk/model/versionedResourceListOfHoldingContributor.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/versionedResourceListOfOutputTransaction.ts b/sdk/model/versionedResourceListOfOutputTransaction.ts index 14d4e18a00f..cebfb675949 100644 --- a/sdk/model/versionedResourceListOfOutputTransaction.ts +++ b/sdk/model/versionedResourceListOfOutputTransaction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/versionedResourceListOfPortfolioHolding.ts b/sdk/model/versionedResourceListOfPortfolioHolding.ts index 265f1f2285f..c70b4b9a5bd 100644 --- a/sdk/model/versionedResourceListOfPortfolioHolding.ts +++ b/sdk/model/versionedResourceListOfPortfolioHolding.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/versionedResourceListOfTransaction.ts b/sdk/model/versionedResourceListOfTransaction.ts index 9f167d7b036..169249c45cd 100644 --- a/sdk/model/versionedResourceListOfTransaction.ts +++ b/sdk/model/versionedResourceListOfTransaction.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/virtualRow.ts b/sdk/model/virtualRow.ts index 85a244e4ef3..2ee287adc0c 100644 --- a/sdk/model/virtualRow.ts +++ b/sdk/model/virtualRow.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/weekendMask.ts b/sdk/model/weekendMask.ts index 85dde8d5ff2..7439cef2be7 100644 --- a/sdk/model/weekendMask.ts +++ b/sdk/model/weekendMask.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/weightedInstrument.ts b/sdk/model/weightedInstrument.ts index 3fed107ddd1..a775f501a30 100644 --- a/sdk/model/weightedInstrument.ts +++ b/sdk/model/weightedInstrument.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/weightedInstrumentInLineLookupIdentifiers.ts b/sdk/model/weightedInstrumentInLineLookupIdentifiers.ts index 7869ad578ad..2b175621b1d 100644 --- a/sdk/model/weightedInstrumentInLineLookupIdentifiers.ts +++ b/sdk/model/weightedInstrumentInLineLookupIdentifiers.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/weightedInstruments.ts b/sdk/model/weightedInstruments.ts index eefae776613..d67fd1a0da7 100644 --- a/sdk/model/weightedInstruments.ts +++ b/sdk/model/weightedInstruments.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/yieldCurveData.ts b/sdk/model/yieldCurveData.ts index 08425d21539..0b15cd1c262 100644 --- a/sdk/model/yieldCurveData.ts +++ b/sdk/model/yieldCurveData.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/model/yieldCurveDataAllOf.ts b/sdk/model/yieldCurveDataAllOf.ts index a77917502b5..09b033b3ce2 100644 --- a/sdk/model/yieldCurveDataAllOf.ts +++ b/sdk/model/yieldCurveDataAllOf.ts @@ -2,7 +2,7 @@ * LUSID API * # 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 | | ---|---|--- | | -10|Server Configuration Error| | | -1|Unknown error|An unexpected error was encountered on our side. | | 102|Version Not Found| | | 103|Api Rate Limit Violation| | | 104|Instrument Not Found| | | 105|Property Not Found| | | 106|Portfolio Recursion Depth| | | 108|Group Not Found| | | 109|Portfolio Not Found| | | 110|Property Schema Not Found| | | 111|Portfolio Ancestry Not Found| | | 112|Portfolio With Id Already Exists| | | 113|Orphaned Portfolio| | | 119|Missing Base Claims| | | 121|Property Not Defined| | | 122|Cannot Delete System Property| | | 123|Cannot Modify Immutable Property Field| | | 124|Property Already Exists| | | 125|Invalid Property Life Time| | | 126|Property Constraint Style Excludes Properties| | | 127|Cannot Modify Default Data Type| | | 128|Group Already Exists| | | 129|No Such Data Type| | | 130|Undefined Value For Data Type| | | 131|Unsupported Value Type Defined On Data Type| | | 132|Validation Error| | | 133|Loop Detected In Group Hierarchy| | | 134|Undefined Acceptable Values| | | 135|Sub Group Already Exists| | | 138|Price Source Not Found| | | 139|Analytic Store Not Found| | | 141|Analytic Store Already Exists| | | 143|Client Instrument Already Exists| | | 144|Duplicate In Parameter Set| | | 147|Results Not Found| | | 148|Order Field Not In Result Set| | | 149|Operation Failed| | | 150|Elastic Search Error| | | 151|Invalid Parameter Value| | | 153|Command Processing Failure| | | 154|Entity State Construction Failure| | | 155|Entity Timeline Does Not Exist| | | 156|Concurrency Conflict Failure| | | 157|Invalid Request| | | 158|Event Publish Unknown| | | 159|Event Query Failure| | | 160|Blob Did Not Exist| | | 162|Sub System Request Failure| | | 163|Sub System Configuration Failure| | | 165|Failed To Delete| | | 166|Upsert Client Instrument Failure| | | 167|Illegal As At Interval| | | 168|Illegal Bitemporal Query| | | 169|Invalid Alternate Id| | | 170|Cannot Add Non-Writable Properties To Entity| | | 171|Entity Already Exists In Group| | | 172|Entity With Id Does Not Exist| | | 173|Entity With Id Already Exists| | | 174|Derived Portfolio Details Do Not Exist| | | 175|Entity Not In Group| | | 176|Portfolio With Name Already Exists| | | 177|Invalid Transactions| | | 178|Reference Portfolio Not Found| | | 179|Duplicate Id| | | 180|Command Retrieval Failure| | | 181|Data Filter Application Failure| | | 182|Search Failed| | | 183|Movements Engine Configuration Key Failure| | | 184|Fx Rate Source Not Found| | | 185|Accrual Source Not Found| | | 186|Access Denied| | | 187|Invalid Identity Token| | | 188|Invalid Request Headers| | | 189|Price Not Found| | | 190|Invalid Sub Holding Keys Provided| | | 191|Duplicate Sub Holding Keys Provided| | | 192|Cut Definition Not Found| | | 193|Cut Definition Invalid| | | 194|Time Variant Property Deletion Date Unspecified| | | 195|Perpetual Property Deletion Date Specified| | | 196|Time Variant Property Upsert Date Unspecified| | | 197|Perpetual Property Upsert Date Specified| | | 200|Invalid Unit For Data Type| | | 201|Invalid Type For Data Type| | | 202|Invalid Value For Data Type| | | 203|Unit Not Defined For Data Type| | | 204|Units Not Supported On Data Type| | | 205|Cannot Specify Units On Data Type| | | 206|Unit Schema Inconsistent With Data Type| | | 207|Unit Definition Not Specified| | | 208|Duplicate Unit Definitions Specified| | | 209|Invalid Units Definition| | | 210|Invalid Instrument Identifier Unit| | | 211|Holdings Adjustment Does Not Exist| | | 212|Could Not Build Excel Url| | | 213|Could Not Get Excel Version| | | 214|Instrument By Code Not Found| | | 215|Entity Schema Does Not Exist| | | 216|Feature Not Supported On Portfolio Type| | | 217|Quote Not Found| | | 218|Invalid Quote Identifier| | | 219|Invalid Metric For Data Type| | | 220|Invalid Instrument Definition| | | 221|Instrument Upsert Failure| | | 222|Reference Portfolio Request Not Supported| | | 223|Transaction Portfolio Request Not Supported| | | 224|Invalid Property Value Assignment| | | 230|Transaction Type Not Found| | | 231|Transaction Type Duplication| | | 232|Portfolio Does Not Exist At Given Date| | | 233|Query Parser Failure| | | 234|Duplicate Constituent| | | 235|Unresolved Instrument Constituent| | | 236|Unresolved Instrument In Transition| | | 237|Missing Side Definitions| | | 240|Duplicate Calculations Failure| | | 299|Invalid Recipe| | | 300|Missing Recipe| | | 301|Dependencies| | | 304|Portfolio Preprocess Failure| | | 310|Valuation Engine Failure| | | 311|Task Factory Failure| | | 312|Task Evaluation Failure| | | 313|Task Generation Failure| | | 314|Engine Configuration Failure| | | 315|Model Specification Failure| | | 320|Market Data Key Failure| | | 321|Market Resolver Failure| | | 322|Market Data Failure| | | 330|Curve Failure| | | 331|Volatility Surface Failure| | | 332|Volatility Cube Failure| | | 350|Instrument Failure| | | 351|Cash Flows Failure| | | 352|Reference Data Failure| | | 360|Aggregation Failure| | | 361|Aggregation Measure Failure| | | 370|Result Retrieval Failure| | | 371|Result Processing Failure| | | 372|Vendor Result Processing Failure| | | 373|Vendor Result Mapping Failure| | | 374|Vendor Library Unauthorised| | | 375|Vendor Connectivity Error| | | 376|Vendor Interface Error| | | 377|Vendor Pricing Failure| | | 378|Vendor Translation Failure| | | 379|Vendor Key Mapping Failure| | | 380|Vendor Reflection Failure| | | 381|Vendor Process Failure| | | 382|Vendor System Failure| | | 390|Attempt To Upsert Duplicate Quotes| | | 391|Corporate Action Source Does Not Exist| | | 392|Corporate Action Source Already Exists| | | 393|Instrument Identifier Already In Use| | | 394|Properties Not Found| | | 395|Batch Operation Aborted| | | 400|Invalid Iso4217 Currency Code| | | 401|Cannot Assign Instrument Identifier To Currency| | | 402|Cannot Assign Currency Identifier To Non Currency| | | 403|Currency Instrument Cannot Be Deleted| | | 404|Currency Instrument Cannot Have Economic Definition| | | 405|Currency Instrument Cannot Have Lookthrough Portfolio| | | 406|Cannot Create Currency Instrument With Multiple Identifiers| | | 407|Specified Currency Is Undefined| | | 410|Index Does Not Exist| | | 411|Sort Field Does Not Exist| | | 413|Negative Pagination Parameters| | | 414|Invalid Search Syntax| | | 415|Filter Execution Timeout| | | 420|Side Definition Inconsistent| | | 450|Invalid Quote Access Metadata Rule| | | 451|Access Metadata Not Found| | | 452|Invalid Access Metadata Identifier| | | 460|Standard Resource Not Found| | | 461|Standard Resource Conflict| | | 462|Calendar Not Found| | | 463|Date In A Calendar Not Found| | | 464|Invalid Date Source Data| | | 465|Invalid Timezone| | | 601|Person Identifier Already In Use| | | 602|Person Not Found| | | 603|Cannot Set Identifier| | | 617|Invalid Recipe Specification In Request| | | 618|Inline Recipe Deserialisation Failure| | | 619|Identifier Types Not Set For Entity| | | 620|Cannot Delete All Client Defined Identifiers| | | 650|The Order requested was not found.| | | 654|The Allocation requested was not found.| | | 655|Cannot build the fx forward target with the given holdings.| | | 656|Group does not contain expected entities.| | | 665|Destination directory not found| | | 667|Relation definition already exists| | | 672|Could not retrieve file contents| | | 673|Missing entitlements for entities in Group| | | 674|Next Best Action not found| | | 676|Relation definition not defined| | | 677|Invalid entity identifier for relation| | | 681|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | 682|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | 684|Sequence Not Found| | | 685|Sequence Already Exists| | | 686|Non-cycling sequence has been exhausted| | | 687|Legal Entity Identifier Already In Use| | | 688|Legal Entity Not Found| | | 689|The supplied pagination token is invalid| | | 690|Property Type Is Not Supported| | | 691|Multiple Tax-lots For Currency Type Is Not Supported| | | 692|This endpoint does not support impersonation| | | 693|Entity type is not supported for Relationship| | | 694|Relationship Validation Failure| | | 695|Relationship Not Found| | | 697|Derived Property Formula No Longer Valid| | | 698|Story is not available| | | 703|Corporate Action Does Not Exist| | | 720|The provided sort and filter combination is not valid| | | 721|A2B generation failed| | | 722|Aggregated Return Calculation Failure| | | 723|Custom Entity Definition Identifier Already In Use| | | 724|Custom Entity Definition Not Found| | | 725|The Placement requested was not found.| | | 726|The Execution requested was not found.| | | 727|The Block requested was not found.| | | 728|The Participation requested was not found.| | | 729|The Package requested was not found.| | | 730|The OrderInstruction requested was not found.| | | 732|Custom Entity not found.| | | 733|Custom Entity Identifier already in use.| | | 735|Calculation Failed.| | | 736|An expected key on HttpResponse is missing.| | | 737|A required fee detail is missing.| | | 738|Zero rows were returned from Luminesce| | | 739|Provided Weekend Mask was invalid| | | 742|Custom Entity fields do not match the definition| | | 746|The provided sequence is not valid.| | | 751|The type of the Custom Entity is different than the type provided in the definition.| | | 752|Luminesce process returned an error.| | | 753|File name or content incompatible with operation.| | | 755|Schema of response from Drive is not as expected.| | | 757|Schema of response from Luminesce is not as expected.| | | 758|Luminesce timed out.| | | 763|Invalid Lusid Entity Identifier Unit| | | 768|Fee rule not found.| | | 769|Cannot update the base currency of a portfolio with transactions loaded| | | 771|Transaction configuration source not found| | | 774|Compliance rule not found.| | | 775|Fund accounting document cannot be processed.| | | 778|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | 782|The Property definition dataType is not matching the derivation formula dataType| | | 783|The Property definition domain is not supported for derived properties| | | 788|Compliance run not found failure.| | | 790|Custom Entity has missing or invalid identifiers| | | 791|Custom Entity definition already exists| | | 792|Compliance PropertyKey is missing.| | | 793|Compliance Criteria Value for matching is missing.| | | 795|Cannot delete identifier definition| | | 796|Tax rule set not found.| | | 797|A tax rule set with this id already exists.| | | 798|Multiple rule sets for the same property key are applicable.| | | 799|The request must contain a date or diary entry.| | | 800|Can not upsert an instrument event of this type.| | | 801|The instrument event does not exist.| | | 802|The Instrument event is missing salient information.| | | 803|The Instrument event could not be processed.| | | 804|Some data requested does not follow the order graph assumptions.| | | 805|The instrument event type does not exist.| | | 806|The transaction template specification does not exist.| | | 807|The default transaction template does not exist.| | | 808|The transaction template does not exist.| | | 811|A price could not be found for an order.| | | 812|A price could not be found for an allocation.| | | 813|Chart of Accounts not found.| | | 814|Account not found.| | | 815|Abor not found.| | | 816|Abor Configuration not found.| | | 817|Reconciliation mapping not found| | | 818|Attribute type could not be deleted because it doesn\'t exist.| | | 819|Reconciliation not found.| | | 820|Custodian Account not found.| | | 821|Allocation Failure| | | 822|Reconciliation run not found| | | 823|Reconciliation break not found| | | 824|Entity link type could not be deleted because it doesn\'t exist.| | | 828|Address key definition not found.| | | 829|Compliance template not found.| | | 830|Action not supported| | | 831|Reference list not found.| | | 832|Posting Module not found.| | | 833|The type of parameter provided did not match that required by the compliance rule.| | | 834|The parameters provided by a rule did not match those required by its template.| | | 835|The entity has a property in a domain that is not supprted for that entity type.| | | 836|Structured result data not found.| | | 837|Diary entry not found.| | | 838|Diary entry could not be created.| | | 839|Diary entry already exists.| | | 861|Compliance run summary not found.| | | 869|Conflicting instrument properties in batch.| | | 870|Compliance run summary already exists.| | | 871|The specified impersonated user does not exist| | | 874|Provided Property Domain is not supported for entity filter.| | | 875|Cannot Delete System Reference List.| | | 876|Cleardown Module not found.| | | 879|Portfolios do not have the same base currency| | | 880|There was a problem with the definition of the compliance expression.| | | 881|Block overplaced.| | | 882|Order not approved.| | | 883|Cannot update the shared fields of a block with associated orders.| | | 886|Cannot lock the period.| | | 887|Cannot apply clear down module.| | | 888|Cannot upsert Instrument Event Instruction.| | | 889|Cannot read Instrument Event Instruction.| | | 895|The Capital Ratio Calculation Is Wrong.| | | 910|Cannot update a block referenced by a placement.| | | 911|A Fund that references this Abor already exists.| | | 912|Cannot add decision to Staged Modification.| | | 913|The Staged Modification could not be applied.| | | 914|Action cannot be executed.| | | 915|Cannot upsert multiple versions of the same property in one request.| | | 916|Placement and direct descendents have more executed quantity than total placement quantity.| | | 917|Cannot update a placement with this EntryType.| | | 918|Cannot update a placement in this State.| | | 919|Placement could not be cancelled.| | | 920|Share Class not configured in Fund| | | 921|Share Class Sub Holding Key not configured in Portfolio| | | 922|Could not update an order.| | | 923|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | 924|One or more matrix cells could not be added to the matrix.| | | 925|There was a problem with the provided matrix definition.| | | 926|Matrix definition does not exist.| | | 927|Matrix definition could not be deleted because it doesn\'t exist.| | * - * The version of the OpenAPI document: 2.0.882 + * The version of the OpenAPI document: 2.0.890 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdk/package.json b/sdk/package.json index 283bbcca491..49ce5d23cf6 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@finbourne/lusid", - "version": "2.0.882", + "version": "2.0.890", "author": "engineering@finbourne.com", "license": "MIT", "description": "LUSID JavaScript/Typescript SDK for Node",